From: Roland Häder Date: Mon, 17 Mar 2008 14:06:42 +0000 (+0000) Subject: Cache init fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=4c1b82f6fa4d79dcbe9e747bceb675759206b4a8 Cache init fixed --- diff --git a/inc/load_extensions.php b/inc/load_extensions.php index e2f44a0fab..82337575ee 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -148,7 +148,7 @@ if ($cacheMode == "load") { // If current user is not admin load only activated extensions // The admin shall use every available extension for testing purposes - if (!IS_ADMIN()) $ADD = " WHERE ext_active='Y'"; + if ((!IS_ADMIN()) && ($cacheMode != "init")) $ADD = " WHERE ext_active='Y'"; if (GET_EXT_VERSION("sql_patches") >= "0.0.6") {