From dbc30c0abb4486d2c1bbe3fd9645a313bead12e5 Mon Sep 17 00:00:00 2001
From: ochorocho <rothjochen@gmail.com>
Date: Thu, 02 Oct 2014 21:10:17 -0400
Subject: [PATCH] Updating jQuery 2.1.1 and jQueryUI 1.11. Changed live() to on() for new jQuery version

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

diff --git a/server/lib/classes/plugins.inc.php b/server/lib/classes/plugins.inc.php
index 4808a56..4771487 100644
--- a/server/lib/classes/plugins.inc.php
+++ b/server/lib/classes/plugins.inc.php
@@ -134,7 +134,7 @@
 	function registerAction($action_name, $plugin_name, $function_name) {
 		global $app;
 		$this->subscribed_actions[$action_name][] = array('plugin' => $plugin_name, 'function' => $function_name);
-		if($this->debug)  $app->log("Registered function '$function_name' from plugin '$plugin_name' for action '$event_name'.", LOGLEVEL_DEBUG);
+		if($this->debug)  $app->log("Registered function '$function_name' from plugin '$plugin_name' for action '$action_name'.", LOGLEVEL_DEBUG);
 	}
 
 

--
Gitblit v1.9.1