Merge pull request #1237 from rotanid/bugfix3

fix: add missing return statement
pull/1271/head
Andras Iklody 2016-06-08 00:51:36 +02:00
commit e3d197f53a
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ class SharingGroup extends AppModel {
'fields' => array('id', 'uuid'),
'conditions' => $conditions,
));
return $sgs;
} else {
return $ids;
}