We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5f8d9 commit 515c7d0Copy full SHA for 515c7d0
1 file changed
admin/menu.php
@@ -91,7 +91,7 @@
91
'icon' => $pathIcon32 . 'mail_foward.png',
92
];
93
94
-if ($helper->getConfig('displayDeveloperTools')) {
+if (is_object($helper->getModule()) && $helper->getConfig('displayDeveloperTools')) {
95
$adminmenu[] = [
96
'title' => constant('CO_' . $moduleDirNameUpper . '_' . 'ADMENU_MIGRATE'),
97
'link' => 'admin/migrate.php',
0 commit comments