X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-demo.php;h=3cdb6dfc8f983aa7897be98072eab3ac3a754d11;hp=8b4c28d808a4ef1efb3da61d846b8246ea0c8077;hb=1dd584090ba559372adb525fba74f46262c7308c;hpb=75062a410999a290b18fe181370139b37a160eb5 diff --git a/inc/extensions/ext-demo.php b/inc/extensions/ext-demo.php index 8b4c28d808..3cdb6dfc8f 100644 --- a/inc/extensions/ext-demo.php +++ b/inc/extensions/ext-demo.php @@ -50,7 +50,7 @@ EXT_SET_VER_HISTORY(array('0.0', '0.0.1')); switch ($EXT_LOAD_MODE) { - case 'register': // Do stuff when installation is running (modules.php?module=admin&action=login is called) + case 'register': // Do stuff when installation is running (modules.php?module=admin is called) // SQL commands to run ADD_EXT_SQL(''); break;