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