Index: administrator/components/com_comprofiler/comprofiler.class.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- administrator/components/com_comprofiler/comprofiler.class.php (revision ) +++ administrator/components/com_comprofiler/comprofiler.class.php (revision ) @@ -3556,6 +3556,9 @@ } } 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';