Within one of our older internal extensions, we have these 2 lines: $targetAsImage = Image::newFromTitle($onePage); $allPagesLinkedToTarget = $targetAsImage->getLinksTo();
We were trying to get a list of wiki titles that link to an image. This does not seem to work anymore with media wiki 1.15. Now that it is truly deprecated, what should we replace this with?
We are using the following: MediaWikihttp://www.mediawiki.org/ 1.15.3 PHPhttp://www.php.net/ 5.2.8 (cgi-fcgi) MySQLhttp://www.mysql.com/ 5.1.40-community
Thanks, Mary Beebe