Page 1 of 1

typo in function.cms_selflink.php

Posted: Wed Nov 22, 2006 3:22 pm
by kode_fi
Hi

I tried to use cms_selflink with ext -option and target="_blank" option. Everything worked ok, except target parameter that was missing from HTML source.

Line 45 from function.cms_selflink.php:

Code: Select all

$target=' target="'.$params['taget'].'" ';
['taget'] should be ['target']



Teemu

Re: typo in function.cms_selflink.php

Posted: Wed Nov 22, 2006 3:36 pm
by tsw
fixed in rev 3502, thanks