From f7a122fefd275b37a73bf3f94fec7f1da5ea542f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 23 Jun 2008 07:06:19 -0400 Subject: [PATCH] - typo --- 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 e170445..fa56329 100644 --- a/program/include/rcube_json_output.php +++ b/program/include/rcube_json_output.php @@ -156,7 +156,7 @@ /** * Delete all stored env variables and commands */ - public public function reset() + public function reset() { $this->env = array(); $this->texts = array(); -- Gitblit v1.9.1