Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / inc / extensions / ext-task.php
index a53f9667846124eb3b2b35ca12d569a2781ca78a..256635432128734dfd2f4c885721c29ac26a1510 100644 (file)
@@ -234,6 +234,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;