Fix bug slightly caused by moving legacy code out of the Skin class. The Article...
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 8 Feb 2011 01:15:50 +0000 (01:15 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 8 Feb 2011 01:15:50 +0000 (01:15 +0000)
commitb4d811d65956fb111dc2496574301bced0f03d04
treefb2721a00a4dc0736854d2fe9c48e68aafe088e7
parent9ff0216ee2ab7dd336c53c51c68d78ba67380b92
Fix bug slightly caused by moving legacy code out of the Skin class. The Article class was calling the legacy Skin::historyLink in a very ugly way (ie: having it's own mTitle, but relying on whatever title just happened to be set on the skin that it grabbed).
includes/Article.php