Several more constants rewritten to getConfig()
[mailer.git] / inc / load_cache.php
index 2a6dc159d522cc433610256f34fd01b83a8f4862..a927511f96a1b280b6687e48383d1f813651097f 100644 (file)
@@ -53,9 +53,7 @@ loadIncludeOnce('inc/loader/load_cache-filter.php');
 initFilterSystem();
 
 // We have to include all here by-hand
-foreach (GET_INC_POOL() as $inc) {
-       loadIncludeOnce($inc);
-} // END - foreach
+LOAD_INC_POOL();
 
 //
 ?>