Labels |
Added:
?
|
Category | ⇒ | Administration |
Only thing I can do to fix this is, replacing the if
statement here: https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/CMS/Helper/ModuleHelper.php#L276
with this:
if (JDEBUG && isset($module->module) && isset($module->title))
{
\JProfiler::getInstance('Application')->mark('afterRenderModule ' . $module->module . ' (' . $module->title . ')');
}
But not sure that's the best approach.
this line returns null 3a31839#diff-870be7804424d0f44d0e7e48901a743fR19
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-19 17:43:22 |
Closed_By | ⇒ | zero-24 |
Issue confirmed