]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2437: Merged [6707] to trunk.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 24 Sep 2010 18:04:26 +0000 (18:04 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 24 Sep 2010 18:04:26 +0000 (18:04 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6960 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/group.php

index d103026bfb8da328a73e268b69f1b4047d911e56..8fe5de3f8c5323f46bbbf4c153c68b4f78fc35e9 100644 (file)
@@ -163,6 +163,8 @@ function remove_object_from_group($group_guid, $object_guid) {
  * @param unknown_type $count Whether to return the entities or a count of them.
  */
 function get_objects_in_group($group_guid, $subtype = "", $owner_guid = 0, $site_guid = 0, $order_by = "", $limit = 10, $offset = 0, $count = FALSE) {
+       global $CONFIG;
+       
        if ($subtype === FALSE || $subtype === null || $subtype === 0) {
                return FALSE;
        }