Heavily rewritten API:
[mailer.git] / inc / extensions / ext-holiday.php
index 76a28076a000d3105d3a1b95b9ff8b9e15c04ed8..a25a89521c2cd94b7256e90893fe699245107f57 100644 (file)
@@ -222,6 +222,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;
 }