From 4c1b82f6fa4d79dcbe9e747bceb675759206b4a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 17 Mar 2008 14:06:42 +0000 Subject: [PATCH] Cache init fixed --- inc/load_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.39.2