Bug in classes/Item.php
-
Line 590 in classes/Item.php (version 3.1.02) currently reads
if(!@rename($old_path, c))
whereby it should of course be
if(!@rename($old_path, $new_path))
- The topic ‘Bug in classes/Item.php’ is closed to new replies.
Home / Plugin: WP-Filebase Download Manager / Bug in classes/Item.php
Line 590 in classes/Item.php (version 3.1.02) currently reads
if(!@rename($old_path, c))
whereby it should of course be
if(!@rename($old_path, $new_path))