Fixed r32391 -- the media handler may define parameters, and the parser has no right...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 25 Mar 2008 05:17:42 +0000 (05:17 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 25 Mar 2008 05:17:42 +0000 (05:17 +0000)
commite67df1ecac8ea841aee6aed0afcd42433381144d
tree6fec47e4b194249a029697a5a2bcc3b1949ee628
parent2c76c39737081017e99760d4d3dd11f79461370a
Fixed r32391 -- the media handler may define parameters, and the parser has no right or ability to validate those parameters. The handler does in fact provide a validateParam() function for precisely this purpose -- to signal to the parser which parameters should be silently ignored. In particular, the thumbtime parameter in OggHandler would have been broken by this commit.
includes/Parser.php