(bug 38148) Fix E_WARNING in ChangesList.php line 1218
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 3 Jul 2012 17:46:53 +0000 (19:46 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 3 Jul 2012 17:46:53 +0000 (19:46 +0200)
commit5b01c0c8674a982d987493cf4220884b873a2678
treeb39cb0bf6e5430f60f2c32a1b6ccd4b27b0fdb7d
parentd3302c8a341b5d724eb5dc4b4e5ab1f36799d567
(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
includes/ChangesList.php