From de4de09d084ddb7c366ff37ebffdcd3210f4d038 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 17 Mar 2011 01:04:36 +0000 Subject: 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 --- engine/lib/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3