]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mydata.php
Some major rewrites + ext-network continued:
[mailer.git] / inc / extensions / ext-mydata.php
index a9d6a3393596611dd22854b9c36c0d9b8dca708c..7f1f4d22c6073a4754a49b304211070a878e6088 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.1.9');
 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', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9'));
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // Do stuff when installation is running
                // SQL commands to run
                addMemberMenuSql('account', 'mydata', 'Profildaten ändern', 2);
                break;