]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-support.php
Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / inc / extensions / ext-support.php
index 172bc301aacfb3476bbc6125076873590a7a474e..d983b32c7a15e2ee096b57f48940b8436ff9feef 100644 (file)
@@ -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;