Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.9] Undefined offset: 2 in administrator/components/com_actionlogs/helpers/actionlogs.php on line 116 #22954

Closed
ReLater opened this issue Nov 6, 2018 · 1 comment

Comments

@ReLater
Copy link
Contributor

ReLater commented Nov 6, 2018

Steps to reproduce the issue

Actual result

06-11-_2018_23-13-19

Question now is

Should 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 = '';
}
@ReLater
Copy link
Contributor Author

ReLater commented Nov 6, 2018

Too many plugins on the market that are not named correctly. So, I made a pr:
#22955

@ReLater ReLater closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants