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