Bugfix: index.php:158 – == instead of = for var assignment breaking admin.
-
Just wanted to let you know you have a bug in the index.php.
$i == 100;
should be $i = 100;`. As soon as I go to the main plugin settings page in admin, PHP errors and the toggle switches don’t show because of this. I’d love to use this plugin on a client’s site I’m updating but not while having to keep self-updated plugin files.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bugfix: index.php:158 – == instead of = for var assignment breaking admin.’ is closed to new replies.