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