Extension 'yoomedia' now alpha status, some rewrites
[mailer.git] / inc / extensions / ext-admintheme1.php
index 4780f0102982ac03d2e4029217a6a0b6b31f9b52..516ebaf98bc0c7892343e161112a1f496d2abb1d 100644 (file)
@@ -48,7 +48,7 @@ $EXT_VER_HISTORY = array("0.0");
 
 switch ($EXT_LOAD_MODE)
 {
-case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
+case "register": // Do stuff when installation is running (modules.php?module=admin&action=login is called)
        // Remove all other themes
        $SQLs[] = "DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_extensions WHERE ext_name LIKE 'admintheme%'";
        $SQLs[] = "UPDATE "._MYSQL_PREFIX."_admin_menu SET action='stats' WHERE what='usr_online' LIMIT 1";