diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-18 12:33:16 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-18 12:33:16 +0000 |
| commit | 792d6dd20ae067812766814744fbd9bc37669dd3 (patch) | |
| tree | f34da7632a698999f1b330b0d66f0f4099f932b6 | |
| parent | a64971f6a104f4733e93cec952f18ff8ee33365f (diff) | |
- fixed typo
git-svn-id: https://svn.roundcube.net/trunk@1825 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rwxr-xr-x | roundcubemail/program/include/rcube_template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index 98e29e74e..6c566e563 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/program/include/rcube_template.php @@ -479,7 +479,7 @@ class rcube_template extends rcube_html_page "\$_SESSION['\\1']", "\$this->app->config->get('\\1',get_boolean('\\3'))", "\$this->env['\\1']", - "get_input_value('\\1', RCUVE_INPUT_GPC)" + "get_input_value('\\1', RCUBE_INPUT_GPC)" ), $condition); |
