summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-21 20:34:28 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-21 20:34:28 +0000
commit9b0aa170e0313acb11ed02d06aea49ab3248e9b6 (patch)
tree06851d0f1ada8eded5db0ad5052b0574dc465e45 /roundcubemail/program/steps
parent2c1da0d681334a1322d6cbf21ce36079131a3041 (diff)
Add function for plugins to load a local config file
git-svn-id: https://svn.roundcube.net/trunk@2516 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/error.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/error.inc
index 039f8b3bb..a42a1f680 100644
--- a/roundcubemail/program/steps/error.inc
+++ b/roundcubemail/program/steps/error.inc
@@ -81,7 +81,7 @@ else {
if (($CONFIG['debug_level'] & 4) && $ERROR_MESSAGE)
$__error_text = $ERROR_MESSAGE;
else
- $__error_text = sprintf('Error No. [0x%04X]', $ERROR_CODE);
+ $__error_text = sprintf('Error No. [%s]', $ERROR_CODE);
}