From: brettp Date: Thu, 17 Mar 2011 01:04:36 +0000 (+0000) Subject: Fixed a typo that broke ignore access. That was fun to track down >:O X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=de4de09d084ddb7c366ff37ebffdcd3210f4d038;p=lorea%2Felgg.git 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 --- 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);