X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-support.php;h=fe9b03ee452cda723268b2e437d3e5dafe0bb6d1;hp=2c5de7e81b68015fd10211b518d3fe0c3bc29796;hb=3b85bd5030ad591b0c5cb038ca534a7b50e1b319;hpb=d6834211baacaa54b282898fe54dc8c1511f046b diff --git a/inc/extensions/ext-support.php b/inc/extensions/ext-support.php index 2c5de7e81b..fe9b03ee45 100644 --- a/inc/extensions/ext-support.php +++ b/inc/extensions/ext-support.php @@ -125,6 +125,9 @@ 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 break; }