X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-other.php;h=627bc70263e7b984a193a037eb1050e63861fabc;hb=34a17bd0ce00db78c5b665aa565679e86a501f38;hp=20621a3babc3a41bce383c07094772291e29e56f;hpb=dcef6adecbcb4da06de4118258e67308b341e47f;p=mailer.git diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php index 20621a3bab..627bc70263 100644 --- a/inc/extensions/ext-other.php +++ b/inc/extensions/ext-other.php @@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0 setExtensionAlwaysActive('Y'); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running + case 'setup': // Do stuff when installation is running // SQL commands to run addAdminMenuSql('setup','config_other','Sonstige Einstellungen','Sonstige Einstellungen an Ihrem {?mt_word?}.',13); break;