Project

General

Profile

Bug #3986 ยป comprofiler.class.patch

krileon, 29 April 2013 19:32

View differences:

administrator/components/com_comprofiler/comprofiler.class.php (revision )
}
}
if ( count( $newNavJS ) > 0 ) {
if ( ! isset( $newNavJS[$i] ) ) {
$newNavJS[$i] = new stdClass();
}
$newNavJS[$i]->name = _UE_PROFILETAB;
$newNavJS[$i]->id = 32000;
$newNavJS[$i]->pluginclass = 'profiletab';
    (1-1/1)