buggy code in classes/Item.php
-
Hi
there is bug in the code on file classes/Item.php
on line no 590
if(!@rename($old_path, c))
what is c , it should be $new_path which is defined earlier in the code
because of this you can’t change the category of file because they won’t move to the other category folder.
Thanks
- The topic ‘buggy code in classes/Item.php’ is closed to new replies.