Undefined Index
-
When the plugin is running with WP_DEBUG set to true, the following error notice displayed in the main WordPress settings screen (before going into the Automatic Post Tagger settings)
Notice: Undefined index: page in ..{site}/wp-content/plugins/automatic-post-tagger/automatic-post-tagger.php on line 321
It’s a quick fix, amending line 321 to:
if($GLOBALS['pagenow'] == 'options-general.php' AND isset($_GET['page']) AND $_GET['page'] == 'automatic-post-tagger'){ //check if the user is on page options-general.php?page=automatic-post-tagger
If this could be pushed out in an official update that’d be great. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined Index’ is closed to new replies.