PHP Notices from misspelled variable name
-
There’s a misspelled variable name causing two PHP Notices:
$mage
in code instead of$image
.Notice: Undefined variable: mage in /app/public/wp-content/plugins/final-tiles-grid-gallery-lite/lib/gallery-class.php on line 609 Notice: Trying to get property of non-object in /app/public/wp-content/plugins/final-tiles-grid-gallery-lite/lib/gallery-class.php on line 609
Easy enough for me to fix on this site, but wanted to point it out so it gets fixed in the next version of the plugin. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Notices from misspelled variable name’ is closed to new replies.