Bug #3986 ยป comprofiler.class.patch
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';
|