aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 11:23:15 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-23 11:23:15 +0000
commitbfcc243de470b4947d385ccf7f302359114ac142 (patch)
tree8a236d11d6637eec8589a803a66122f83965b807 /engine/lib/elgglib.php
parent0472cb5264b2fe84572f02a56eb2dc0f1ecdade1 (diff)
downloadelgg-bfcc243de470b4947d385ccf7f302359114ac142.tar.gz
elgg-bfcc243de470b4947d385ccf7f302359114ac142.tar.bz2
... and again ...
git-svn-id: https://code.elgg.org/elgg/trunk@695 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/elgglib.php')
-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 1fe87b5b6..7a842cfd1 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -800,7 +800,7 @@
//if (!isset($CONFIG->hooks['all']['all']))
// return $returnvalue;
- if (!empty($CONFIG->hooks['all']['all']) && is_array($CONFIG->hooks[$hook]['all'])) {
+ if (!empty($CONFIG->hooks['all']['all']) && is_array($CONFIG->hooks['all']['all'])) {
foreach($CONFIG->hooks['all']['all'] as $hookfunction) {
$temp_return_value = $hookfunction($hook, $entity_type, $returnvalue, $params);
if (!is_null($temp_return_value)) $returnvalue = $temp_return_value;