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