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