From 6b31846c438dc19cca0f2a01582bdf47dff61f81 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 12 Aug 2015 15:11:20 -0400
Subject: [PATCH] Fix IPv6 address validation on PHP with disabled IPv6 support

---
 plugins/attachment_reminder/attachment_reminder.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/attachment_reminder/attachment_reminder.php b/plugins/attachment_reminder/attachment_reminder.php
index 82ad7a6..84cc5f3 100755
--- a/plugins/attachment_reminder/attachment_reminder.php
+++ b/plugins/attachment_reminder/attachment_reminder.php
@@ -22,7 +22,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <http://www.gnu.org/licenses/>
  */
 
 class attachment_reminder extends rcube_plugin

--
Gitblit v1.9.1