]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-admintheme1.php
'NO-ACL' is more clear that we don't have an ACL for the given admin than three aster...
[mailer.git] / inc / extensions / ext-admintheme1.php
index 738226819bb0598a4fb3372fd506a7abf86da0e8..25a48bfa2a0eae4f1a7fbf26a1c208e3d405504c 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.0');
 setExtensionVersionHistory(array('0.0'));
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+       case 'register': // Do stuff when installation is running
                // Remove all other themes
                addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_extensions` WHERE ext_name LIKE 'admintheme%'");
                addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `action`='stats' WHERE `what`='usr_online'");