diff options
| author | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-05 10:13:08 +0000 |
|---|---|---|
| committer | robin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-05 10:13:08 +0000 |
| commit | 5feb8309413d95e0bb4011b152a3fb080f3f8a48 (patch) | |
| tree | fdb8581ec93651dceca758470d5e864d15fde8f3 /roundcubemail/program/lib | |
| parent | 4ef4dc8295accb9dc2ca2cad5dc76102e3b14d60 (diff) | |
Add required parameters to raise_error() calls.
git-svn-id: https://svn.roundcube.net/trunk@2213 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib')
| -rw-r--r-- | roundcubemail/program/lib/utf8.class.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/utf8.class.php b/roundcubemail/program/lib/utf8.class.php index e2d10599d..2bbe63663 100644 --- a/roundcubemail/program/lib/utf8.class.php +++ b/roundcubemail/program/lib/utf8.class.php @@ -108,6 +108,7 @@ Class utf8{ function onError($err_code,$err_text){ //print($err_code . " : " . $err_text . "<hr>\n"); raise_error(array('code' => 500, + 'type' => 'php', 'file' => __FILE__, 'message' => $err_text), TRUE, FALSE); } @@ -173,4 +174,4 @@ Class utf8{ } -?>
\ No newline at end of file +?> |
