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