X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-network.php;h=fb5bda3e065fdef04f35572bf38802aa7b8a82b7;hp=0f8d4f1774aa3546c7e2df245669d8cf40884024;hb=e3701377bd1dcae6ac39265f8c1bdd8d0fed7911;hpb=09ecce63bf9fb782bee2104fe4b6dc4c37251481 diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php index 0f8d4f1774..fb5bda3e06 100644 --- a/inc/extensions/ext-network.php +++ b/inc/extensions/ext-network.php @@ -73,6 +73,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;