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