User Actions Log overviewplg_easyjoomlabackupcronjob and not plg_system_easyjoomlabackupcronjob $parts[2] is not definedShould Joomla core change something or is it a must for developers in the future to name plugins correctly?
if (count($parts) > 2)
{
$source = JPATH_PLUGINS . '/' . $parts[1] . '/' . $parts[2];
}
else
{
$source = '';
}
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-06 22:40:16 |
| Closed_By | ⇒ | ReLater |
Too many plugins on the market that are not named correctly. So, I made a pr:
#22955