Bug #3265 ยป 3265.patch
| administrator/components/com_comprofiler/library/cb/cb.acl.php | ||
|---|---|---|
|
$my_groups = array( $this->mapGroupNamesToValues( 'Public' ) );
|
||
|
}
|
||
|
}
|
||
|
return cbArrayToInts( $my_groups );
|
||
|
return ( $my_groups ? cbArrayToInts( $my_groups ) : array() );
|
||
|
}
|
||
|
|
||
|
function get_groups_below_me( $myId = null, $raw = false, $exact = false ) {
|
||