Project

General

Profile

Bug #3265 ยป 3265.patch

krileon, 13 February 2012 21:04

View differences:

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 ) {
    (1-1/1)