Undefined index: aquilaHideLogoMenu
-
Need
WP_DEBUG=true
for my work, but the log fills quickly with these:Undefined index: aquilaHideLogoMenu in \plugins\aquila-admin-theme\admin\adminBar\adminBarLinks.php on line 39
The offending line:
if (!$GLOBALS['aquilaHideLogoMenu']) {
Have workarounded the issue like this:
if ( isset( $GLOBALS['aquilaHideLogoMenu'] ) && !$GLOBALS['aquilaHideLogoMenu'] ) {
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index: aquilaHideLogoMenu’ is closed to new replies.