diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-30 14:07:29 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-30 14:07:29 +0000 |
| commit | 2bdcc49b7150e2a270f69c290b4545996d6806be (patch) | |
| tree | d780c479e24a6273e6b6ba8301f21d17742ecc56 /roundcubemail/program/steps | |
| parent | b4bf366fcecc3458ee6b60faab8e347878c4d23e (diff) | |
Simply use reset() to clear the state vars of rcube_html_page; reverted r1346
git-svn-id: https://svn.roundcube.net/trunk@1347 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/error.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/error.inc index 4a151d49c..5cde93cfc 100644 --- a/roundcubemail/program/steps/error.inc +++ b/roundcubemail/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'); } |
