]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-admintheme_default.php
Deprecated action=login (admin area) removed
[mailer.git] / inc / extensions / ext-admintheme_default.php
index 67320b1707559515e23bb2ea04b42cf7af848600..a070176425a237e4d6bfe10a9aa6317711f82d31 100644 (file)
@@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0'));
 
 switch ($EXT_LOAD_MODE)
 {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called)
+       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // Remove all other menu themes
                ADD_EXT_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_extensions` WHERE ext_name LIKE 'admintheme%'");
                ADD_EXT_SQL("UPDATE `{!_MYSQL_PREFIX!}_admin_menu` SET `action`='misc' WHERE `what`='usr_online' LIMIT 1");