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