From c13b8d16ea5860e2d8338dc7b409f8e476452c89 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 20 Dec 2006 23:29:51 +0000 Subject: [PATCH] Language fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12012 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/configtest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/configtest.php b/src/configtest.php index 45822902..ea552cb1 100644 --- a/src/configtest.php +++ b/src/configtest.php @@ -330,8 +330,7 @@ if (isset($plugins[0])) { ob_end_clean(); // if plugins output more than newlines and spacing, stop script execution. if (!empty($output)) { - $plugin_load_error = 'Some output is produced when plugins are loaded.' - .' Usually it means error. Output said: '.htmlspecialchars($output); + $plugin_load_error = 'Some output is produced when plugins are loaded. Usually this means there is an error in one of the plugin setup or configuration files. The output was: '.htmlspecialchars($output); do_err($plugin_load_error); } /** -- 2.25.1