Use Linker::link() in PageQueryPage instead of deprecated makeKnownLinkObj. This...
authorAlex Z <mrzman@users.mediawiki.org>
Sat, 4 Oct 2008 23:05:47 +0000 (23:05 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Sat, 4 Oct 2008 23:05:47 +0000 (23:05 +0000)
commit03b00bcb843a2cdc0ae5cb7cb86bf1bc74ea99cb
treeef83f15f273915a8d677b50df469070c102432e0
parent6fd88be100f56e4078eb35ce6acf4c5ed020215c
Use Linker::link() in PageQueryPage instead of deprecated makeKnownLinkObj. This also avoids PHP fatal errors if for whatever reason there's an invalid title in the results.
includes/PageQueryPage.php