Fix for PHP < 5.2.3
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jul 2008 18:43:06 +0000 (18:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 6 Jul 2008 18:43:06 +0000 (18:43 +0000)
commit38831a4ba0f30c984e683efc3cf2646a4acbe108
tree800eaa50a1c57f2d673ac442f4cb823144810151
parentdf7d3132892166a39f27f333b11c6731585ef730
Fix for PHP < 5.2.3
'Foo::bar' is not a valid callback on earlier versions of PHP;
must specify as array( 'Foo', 'bar' )
includes/api/ApiQueryInfo.php