New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-maintenance.php
index e2a38bafb09dde2e8a888407f5fad1344fb6455f..3e1c405d72ceb54c2aaf88a1e2793d857e18e9b0 100644 (file)
@@ -117,7 +117,7 @@ default: // Do stuff when extension is loaded
 }
 
 // Keep this extension always active!
-EXT_SET_ALWAYS_ACTIVE("Y");
+EXT_SET_ALWAYS_ACTIVE('Y');
 
 //
 ?>