summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 12:33:16 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 12:33:16 +0000
commit792d6dd20ae067812766814744fbd9bc37669dd3 (patch)
treef34da7632a698999f1b330b0d66f0f4099f932b6 /roundcubemail/program
parenta64971f6a104f4733e93cec952f18ff8ee33365f (diff)
- fixed typo
git-svn-id: https://svn.roundcube.net/trunk@1825 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rwxr-xr-xroundcubemail/program/include/rcube_template.php2
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);