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