]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-theme.php
Introduced new extension ext-blacklist:
[mailer.git] / inc / extensions / ext-theme.php
index ac6cada91df77df4e6921cfbfadafef36b1db8b6..fef39a1af153460df6a6ae2915f74be038386cd3 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.1.3');
 setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3'));
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // Do stuff when installation is running
                // SQL commands to run
                break;