]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-modules.php
Extension ext-network continued:
[mailer.git] / inc / loader / load-modules.php
index e9ae70acdf3ace224dd5933fc0ccb84ddf9efbf4..727844519641170dab8f5918a1a53c8c3308f209 100644 (file)
@@ -53,8 +53,11 @@ if (($GLOBALS['cache_instance']->loadCacheFile('modules')) && ($GLOBALS['cache_i
 
        // Do only process valid arrays
        if (!isset($modArray['module'])) {
-               // We should fix this!
-               debug_report_bug(__FILE__, __LINE__, 'modArray=<pre>'.print_r($modArray, true).'</pre>');
+               // Try to remove the cache file
+               $GLOBALS['cache_instance']->removeCacheFile();
+
+               // We should fix this
+               debug_report_bug(__FILE__, __LINE__, 'modArray=<pre>' . print_r($modArray, true) . '</pre>Please try to reload to fix this.');
        } // END - if
 
        // Rewrite some parts