From 5b3dd412d2e28f80fb2d12dbdcab992cc6f219a5 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 15 Jul 2008 12:48:20 -0400
Subject: [PATCH] Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)

---
 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