From 47124c2279382714afd8dbe4a867a867ea179199 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 12 Apr 2008 09:54:45 -0400 Subject: [PATCH] Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch --- program/steps/error.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/error.inc b/program/steps/error.inc index afe5a28..4a151d4 100644 --- a/program/steps/error.inc +++ b/program/steps/error.inc @@ -101,7 +101,7 @@ { $OUTPUT->scripts = array(); $OUTPUT->script_files = array(); - parse_template('error'); + $OUTPUT->send('error'); } -- Gitblit v1.9.1