]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-wernis.php
More globals rewritten, see #100
[mailer.git] / inc / extensions / ext-wernis.php
index 1b9542224255d78db78398d60677762563ef95ca..5bb988fa6b30926bbf7a4dc45b9f45d57b5b846d 100644 (file)
@@ -151,8 +151,7 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha
 
 default: // Do stuff when extension is loaded
        // Init array
-       global $WERNIS;
-       $WERNIS = array();
+       $GLOBALS['wernis_data'] = array();
        break;
 }