aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-17 01:04:36 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-17 01:04:36 +0000
commitde4de09d084ddb7c366ff37ebffdcd3210f4d038 (patch)
tree4af64e19079dbc673f9077ff92a64b1d6338cbe4 /engine/lib/plugins.php
parent910764af0baa6284927585dbb171d9eb31a59c14 (diff)
downloadelgg-de4de09d084ddb7c366ff37ebffdcd3210f4d038.tar.gz
elgg-de4de09d084ddb7c366ff37ebffdcd3210f4d038.tar.bz2
Fixed a typo that broke ignore access. That was fun to track down >:O
git-svn-id: http://code.elgg.org/elgg/trunk@8740 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php
index c54c12afd..3a144abc5 100644
--- a/engine/lib/plugins.php
+++ b/engine/lib/plugins.php
@@ -389,7 +389,7 @@ function elgg_get_plugins($status = 'active', $include_bad = false, $site_guid =
}
if ($include_bad) {
- $old_id = elgg_set_ignore_access(true);
+ $old_ia = elgg_set_ignore_access(true);
}
$plugins = elgg_get_entities_from_relationship($options);