Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / inc / extensions / ext-network.php
index 0f8d4f1774aa3546c7e2df245669d8cf40884024..fb5bda3e065fdef04f35572bf38802aa7b8a82b7 100644 (file)
@@ -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;