X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-wernis.php;h=d8d32222ff5d987626fc5a0ca327158e425df6b9;hb=3e67aa21428cb9bc5b8d7552d2dd0770fc46dfb3;hp=bce881bd1852617065493246369a143cdcc0f5c6;hpb=6c763653e88b9d10627e651ca59c7201d4b7d62b;p=mailer.git diff --git a/inc/extensions/ext-wernis.php b/inc/extensions/ext-wernis.php index bce881bd18..d8d32222ff 100644 --- a/inc/extensions/ext-wernis.php +++ b/inc/extensions/ext-wernis.php @@ -133,13 +133,15 @@ case "update": // Update an extension } break; +case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. + break; + default: // Do stuff when extension is loaded + // Init array + global $WERNIS; + $WERNIS = array(); break; } -// Init array -global $WERNIS; -$WERNIS = array(); - // ?>