(bug 27054) Implicit end of statement can break stuff when files are combined. Applie...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 14:25:23 +0000 (14:25 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 14:25:23 +0000 (14:25 +0000)
commit15bcd02d4c4604c4874633e22399ee359ad49db5
tree0821fe810a679de08dddcc550957f3616cabbeab
parent5ce4ecfced94a9c797189012c144a024938d1664
(bug 27054) Implicit end of statement can break stuff when files are combined. Applied patch by Paul Copperman: add a semicolon to the end of every module when combining; this'll terminate any unterminated final statement, and otherwise create a harmless empty statement.
includes/resourceloader/ResourceLoader.php