X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=program%2Fsteps%2Ferror.inc;h=f028fa2be309fb634f6921950f6b57ffbc313eea;hb=48e8459231a1efa3e97284d07a328776a5b7485b;hp=a3060b4fd38f59d0ce7216c75a10a9ff86c02731;hpb=c55c762910acc6b77b1aab2b6e28d5bbf522b920;p=roundcube.git diff --git a/program/steps/error.inc b/program/steps/error.inc index a3060b4..f028fa2 100644 --- a/program/steps/error.inc +++ b/program/steps/error.inc @@ -15,7 +15,7 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: error.inc 850 2007-10-03 00:13:32Z ihug $ + $Id: error.inc 1347 2008-04-30 14:07:29Z thomasb $ */ @@ -99,9 +99,8 @@ EOF; if (template_exists('error')) { - $OUTPUT->scripts = array(); - $OUTPUT->script_files = array(); - parse_template('error'); + $OUTPUT->reset(); + $OUTPUT->send('error'); }