Undefined index: modern_footnotes_active_query
-
Please can you change line 242 in modern-footnotes.php to be
if (isset($GLOBALS['modern_footnotes_active_query'])) {
rather than
if ($GLOBALS['modern_footnotes_active_query'] != null) {
As currently coded, PHP generates a warning if $GLOBAL ‘modern_footnotes_active_query’ is not defined.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index: modern_footnotes_active_query’ is closed to new replies.