Actions
Bug #3986
closedPHP 5.4 nested tabs usage warning
Description
When using nested tabs on PHP 5.4 the below warning is thrown because the fake Profile tab object isn't created before being populated.
Warning: Creating default object from empty value in administrator/components/com_comprofiler/comprofiler.class.php on line 3559
Quickfix is to simply declare it an stdclass if it isn't already one.
Files
Actions