From 6b3ee5365b10afc37677781fc5f07539f1d8636f Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 9 Feb 2011 22:04:46 +0000 Subject: Refs #2874. Finished removing calls to deprecated plugin mgmt functions in core and core plugins. git-svn-id: http://code.elgg.org/elgg/trunk@8090 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/actions/edit.php') diff --git a/mod/groups/actions/edit.php b/mod/groups/actions/edit.php index e10739244..baa1a7065 100644 --- a/mod/groups/actions/edit.php +++ b/mod/groups/actions/edit.php @@ -72,7 +72,7 @@ switch (get_input('membership')) { } // Set access - all groups are public from elgg's point of view, unless the override is in place -if (get_plugin_setting('hidden_groups', 'groups') == 'yes') { +if (elgg_get_plugin_setting('hidden_groups', 'groups') == 'yes') { $visibility = (int)get_input('vis','',false); $group->access_id = $visibility; -- cgit v1.2.3