aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-15 17:36:31 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-01-15 17:36:31 +0000
commit80a58604e233ca24111d6217851961e87e6d4504 (patch)
treef26df10b02c05b454cce593fa1f904d66869aa5d
parentacdf3bf5c067c02fa331892fdcafd53c1a50aa1c (diff)
downloadelgg-80a58604e233ca24111d6217851961e87e6d4504.tar.gz
elgg-80a58604e233ca24111d6217851961e87e6d4504.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@2572 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/elgglib.php2
1 files changed, 1 insertions, 1 deletions
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;