Project

General

Profile

Bug #2268 ยป 2268.patch

krileon, 31 January 2011 16:00

View differences:

administrator/components/com_comprofiler/plugin.foundation.php
$obj = null;
} else {
if ( checkJversion() == 2 ) {
$obj->gid = end( array_keys( $obj->groups ) );
global $_CB_framework;
$obj->gid = (int) $_CB_framework->acl->getBackwardsCompatibleGid( array_values( $obj->groups ) );
}
}
}
    (1-1/1)