X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-politician-stop.php;h=8fe4f51c506b39181baa738d33c1d4606044ffd1;hp=46c4632dbdc137d1f9e58b8f250787e71bb2a744;hb=865d8f7670c976d59d5699d72958c8c00f6af70e;hpb=88baf1e93c2245ce391024c7dcc16fc39dd09e95 diff --git a/inc/extensions/ext-politician-stop.php b/inc/extensions/ext-politician-stop.php index 46c4632dbd..8fe4f51c50 100644 --- a/inc/extensions/ext-politician-stop.php +++ b/inc/extensions/ext-politician-stop.php @@ -47,7 +47,7 @@ setThisExtensionVersion('0.0.1'); setExtensionVersionHistory(array('0.0.0', '0.0.1')); switch (getExtensionMode()) { - case 'register': // Do stuff when installation is running + case 'setup': // Do stuff when installation is running // SQL commands to run addConfigAddSql('politician_stop_backlink', "ENUM('Y','N') NOT NULL DEFAULT 'Y'"); addAdminMenuSql('config','config_politician_stop','Politiker-Stopp-Aktion','Einstellungen zur Satire-Aktion "Politiker-Stopp - Jetzt wird zurück zensiert."', 7);