summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-23 11:06:19 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-06-23 11:06:19 +0000
commitbac6ab8af5b435809665b7aa4f79143d14435643 (patch)
tree13972fb1d69db090e2c2c393053544349914de58
parenteb7a78f56a21e601c569360771f7800caa86df63 (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@1568 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcube_json_output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_json_output.php b/roundcubemail/program/include/rcube_json_output.php
index e170445e5..fa5632929 100644
--- a/roundcubemail/program/include/rcube_json_output.php
+++ b/roundcubemail/program/include/rcube_json_output.php
@@ -156,7 +156,7 @@ class rcube_json_output
/**
* Delete all stored env variables and commands
*/
- public public function reset()
+ public function reset()
{
$this->env = array();
$this->texts = array();