diff options
author | thomascube <thomas@roundcube.net> | 2008-04-30 14:07:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-04-30 14:07:29 +0000 |
commit | 4c6b662feb017e3f645bb7102dadeac9b0edffa8 (patch) | |
tree | 0e3090703596921a6b730260a684c0a66315f688 /program/steps | |
parent | 3510d7bf0a58084dd950f5e1dabf5042500cf412 (diff) |
Simply use reset() to clear the state vars of rcube_html_page; reverted r1346
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/error.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/steps/error.inc b/program/steps/error.inc index 4a151d49c..5cde93cfc 100644 --- a/program/steps/error.inc +++ b/program/steps/error.inc @@ -99,8 +99,7 @@ EOF; if (template_exists('error')) { - $OUTPUT->scripts = array(); - $OUTPUT->script_files = array(); + $OUTPUT->reset(); $OUTPUT->send('error'); } |