X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-support.php;h=d983b32c7a15e2ee096b57f48940b8436ff9feef;hb=473292484ab8520bc6ba5fbab025cb057ac9e70f;hp=172bc301aacfb3476bbc6125076873590a7a474e;hpb=1573ab55476ee1a840d4e168feca084b76ec1710;p=mailer.git diff --git a/inc/extensions/ext-support.php b/inc/extensions/ext-support.php index 172bc301aa..d983b32c7a 100644 --- a/inc/extensions/ext-support.php +++ b/inc/extensions/ext-support.php @@ -125,6 +125,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;