From 9e4246d9571481fe7b80227b1e23dc013771c5af Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 16 Nov 2014 08:04:53 -0500
Subject: [PATCH] Code improvements and fixes (mostly unused variables and methods)

---
 program/lib/Roundcube/rcube_spellcheck_atd.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/rcube_spellcheck_atd.php b/program/lib/Roundcube/rcube_spellcheck_atd.php
index 9f073f5..917ec08 100644
--- a/program/lib/Roundcube/rcube_spellcheck_atd.php
+++ b/program/lib/Roundcube/rcube_spellcheck_atd.php
@@ -127,7 +127,7 @@
             $result = new SimpleXMLElement($response);
         }
         catch (Exception $e) {
-            $thid->error = "Unexpected response from server: " . $store;
+            $this->error = "Unexpected response from server: " . $response;
             return array();
         }
 

--
Gitblit v1.9.1