From 59ff05f71bcbdbc0c9684e70b04e5ee3aa0c23e0 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Mon, 25 Sep 2017 17:39:05 -0500 Subject: [PATCH] another single server mode tweak --- modules/core/output_modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/output_modules.php b/modules/core/output_modules.php index ac0f86bb6..d24efab61 100644 --- a/modules/core/output_modules.php +++ b/modules/core/output_modules.php @@ -354,7 +354,7 @@ protected function output() { else { $res .= ''; } - if (count($this->get('changed_settings', array())) > 0) { + if (!$this->get('single_server_mode') && count($this->get('changed_settings', array())) > 0) { $res .= '