From 1a541271a5e331a2bdab764662c69532bffaff81 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 Jan 2013 09:20:20 -0500
Subject: [PATCH] - Fixed FS#2646 - Moving website to another client not working.

---
 interface/lib/classes/plugin.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/classes/plugin.inc.php b/interface/lib/classes/plugin.inc.php
index 1cc9a06..341b186 100644
--- a/interface/lib/classes/plugin.inc.php
+++ b/interface/lib/classes/plugin.inc.php
@@ -31,7 +31,7 @@
 class plugin {
 	
 	private $subscribed_events = array();
-	private $debug = true;
+	private $debug = false;
 	
 	
 	/*

--
Gitblit v1.9.1