Catrope has submitted this change and it was merged. Change subject: (bug 38148) Fix E_WARNING in ChangesList.php line 1218 ......................................................................
(bug 38148) Fix E_WARNING in ChangesList.php line 1218 The error is PHP Warning: explode() expects parameter 2 to be string, array given in includes/ChangesList.php on line 1218. The problem is that $classes is always an array, so no need to explode() it. Change-Id: I6917273aecc6b9ddbf377e69ecbd343ee25fa8ef --- M includes/ChangesList.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/14080 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6917273aecc6b9ddbf377e69ecbd343ee25fa8ef Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
