More typos fixed, thanks to Profi-Concept
[mailer.git] / inc / load_extensions.php
index dd92ec8e18af86410f5ce6b75632ff1e9d2a214b..b6783c79eebb5bc76a409f291f24e7ad25a02fda 100644 (file)
@@ -42,6 +42,11 @@ global $EXT_CSS_FILES;
 $EXT_CSS_FILES = array();
 $ADD = "";
 
+// Init cache instance and array
+global $cacheInstance, $cacheArray;
+$cacheInstance = null;
+$cacheArray = array();
+
 // Skip loading extensions
 if ((!isBooleanConstantAndTrue('mxchange_installed')) || (isBooleanConstantAndTrue('mxchange_installing'))) return;