From 80a58604e233ca24111d6217851961e87e6d4504 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Jan 2009 17:36:31 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@2572 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/elgglib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/elgglib.php') diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 0e333896d..356ecd003 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1491,7 +1491,7 @@ */ function trigger_plugin_hook($hook, $entity_type, $params = null, $returnvalue = null) { global $CONFIG; - + //if (!isset($CONFIG->hooks) || !isset($CONFIG->hooks[$hook]) || !isset($CONFIG->hooks[$hook][$entity_type])) // return $returnvalue; -- cgit v1.2.3