X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-other.php;h=00f45f6615e2fc5b4a69743421a06bdb1c873698;hb=2a80968b5ade9e62b7b367c63753a70ca2cff1ad;hp=24dc8d66fddc7338d91812564f5f07557625f0e4;hpb=1573ab55476ee1a840d4e168feca084b76ec1710;p=mailer.git diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php index 24dc8d66fd..00f45f6615 100644 --- a/inc/extensions/ext-other.php +++ b/inc/extensions/ext-other.php @@ -194,6 +194,9 @@ case "update": // Update an extension } break; +case "modify": // When the extension got modified + break; + case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break;