From 9d39b39d400b6bad9ab82b13886f3a1c0e5b6b5f Mon Sep 17 00:00:00 2001 From: Olaf Penschke <35469568+olape-git@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:58:10 +0200 Subject: [PATCH] Unnecessary function call Unnecessary function call moved here. --- cmsimple/tplfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmsimple/tplfuncs.php b/cmsimple/tplfuncs.php index e076e89e..db37d075 100644 --- a/cmsimple/tplfuncs.php +++ b/cmsimple/tplfuncs.php @@ -62,9 +62,9 @@ function head() } $t = '' . "\n" . $t; - $plugins = implode(', ', XH_plugins()); $o = $t; if (error_reporting() > 0) { + $plugins = implode(', ', XH_plugins()); $o .= '' . "\n"