diff options
author | alecpl <alec@alec.pl> | 2008-06-23 11:06:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-23 11:06:19 +0000 |
commit | f7a122fefd275b37a73bf3f94fec7f1da5ea542f (patch) | |
tree | 25788e1caa18b6296403fc39d6fe5596280f7303 /program/include | |
parent | 3e84834f48eb228bd89ea77cbc404191d7d0c788 (diff) |
- typo
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_json_output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php index e170445e5..fa5632929 100644 --- a/program/include/rcube_json_output.php +++ b/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(); |