From 63f4f894eb26c2308f0732238cd193c3e247ff6f Mon Sep 17 00:00:00 2001 From: Kike Date: Thu, 26 Sep 2019 09:41:08 +0200 Subject: [PATCH] Deleted unnecessary "if" statement --- pandora_console/godmode/menu.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index 000a105257..9a566a3139 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -381,9 +381,6 @@ if (is_array($config['extensions'])) { if (strlen($extmenu['fatherId']) > 0) { if (array_key_exists('subfatherId', $extmenu)) { if (strlen($extmenu['subfatherId']) > 0) { - if ($extmenu['name'] = 'DB schema check') { - } - $menu_godmode[$extmenu['fatherId']]['sub'][$extmenu['subfatherId']]['sub2'][$extmenu['sec2']]['text'] = __($extmenu['name']); $menu_godmode[$extmenu['fatherId']]['sub'][$extmenu['subfatherId']]['sub2'][$extmenu['sec2']]['id'] = $extmenu['name']; $menu_godmode[$extmenu['fatherId']]['sub'][$extmenu['subfatherId']]['sub2'][$extmenu['sec2']]['refr'] = 0;