Area 'modify' added to all extensions, some fixes for installing/modifying extension
[mailer.git] / inc / extensions / ext-register.php
index 67d153338cb3aac9a42439cc36630d048a090196..810fc367db76b81925a2bf722941ae01abeea880 100644 (file)
@@ -315,6 +315,9 @@ PRIMARY KEY(id)
        }
        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;