hi there, i think i've found two bugs in the current source ot ppc 2.5
they are related to the otpions "usermove" and quickopts.
firstly, quickopits is not used (honored whatever). actually, the only place i can found it is in install.php and upgrade.php
so, the user is presented the quicklink move/delete in
http://www.prodavalnik.com/ppc/showp...duct=XXX&cat=Y
this is the first problem. i did not search where it should be, please advise.
the option userdel is misspelled (or leftover) as usermove, so the user can not use the link, and it is showed "Permission denied" message:
Code:
Content visible to verified customers only.
the fix - to replace $Globals('usermove') with $Globals('userdel')
PS oh, yes - this is checked on freshly downloaded source