Merge branch 'ent-4717-nombre-de-extensiones-erroneo-en-menu-php' into 'develop'

Deleted unnecessary "if" statement

See merge request artica/pandorafms!2759
This commit is contained in:
Daniel Rodriguez 2019-10-08 15:32:55 +02:00
commit 2eca6c7df3
1 changed files with 0 additions and 3 deletions

View File

@ -384,9 +384,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;