]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mods.php
General directory structure added for debug extension
[mailer.git] / inc / extensions / ext-mods.php
index 789110cb896e90a52a148ea6697f11328baa2dc2..641c9b9ddcb929fd4a8c5c3698a82dfec7adf46b 100644 (file)
@@ -112,6 +112,9 @@ case "update": // Update an extension
        }
        break;
 
+case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+       break;
+
 default: // Do stuff when extension is loaded
        break;
 }