Heavily rewritten API:
[mailer.git] / inc / extensions / ext-active.php
index c41232f6def3807222e4d937f99e19553532b844..b357a96a526fe24c5868c2029c966be6bac125a6 100644 (file)
@@ -120,6 +120,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;
 }