]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-autopurge.php
Some major rewrites + ext-network continued:
[mailer.git] / inc / extensions / ext-autopurge.php
index 34ae90d04683e2254be2709e045deb58795e2baf..8dba5bf256e5fd3d8f1ba0fbaca8c95dc1f140ba 100644 (file)
@@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0
 setExtensionAlwaysActive('Y');
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // Do stuff when installation is running
                // Add dependency to ext-bonus
                addExtensionDependency('bonus');