From 83a4e859f8ae505f06c184eb60577529ff6c4be8 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 12 Apr 2008 13:54:45 +0000 Subject: Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/error.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/error.inc') diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/error.inc index afe5a28a1..4a151d49c 100644 --- a/roundcubemail/program/steps/error.inc +++ b/roundcubemail/program/steps/error.inc @@ -101,7 +101,7 @@ if (template_exists('error')) { $OUTPUT->scripts = array(); $OUTPUT->script_files = array(); - parse_template('error'); + $OUTPUT->send('error'); } -- cgit v1.2.3