X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_extensions.php;h=dd8c722038b1ea7c5a1294a041e6114c6d9ba3c3;hb=1a74df058945a82578f830daa35ac45c2f85913c;hp=dff3faf065ea10ab34d3cec70f0face778c14692;hpb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;p=mailer.git diff --git a/inc/load_extensions.php b/inc/load_extensions.php index dff3faf065..dd8c722038 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -10,6 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Alle Erweiterungen laden * * -------------------------------------------------------------------- * + * @TODO Rewrite this whole file to load_cache-extensions.php * + * -------------------------------------------------------------------- * * * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * @@ -113,7 +115,7 @@ if ($GLOBALS['cacheMode'] == "load") { $GLOBALS['cache_instance']->destroyCacheFile(); // Retry it - LOAD_INC(__FILE__); + require(__FILE__); return; } // END - if