Small bug in 2.8
-
Hi James,
inc/class.update.php:57
//return the currently installed plugin version
return intval($current_version) ;should be
//return the currently installed plugin version
return floatval($current_version) ;intval kills the decimal place – so 2.8 becomes 2 and so the update script runs on each page load – clearing some saved preferences in the DB
Q
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Small bug in 2.8’ is closed to new replies.