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