I'm going to be making a change to trunk soon that removes $skin->mTitle, any extension directly accessing this (supposed to be private) method directly will break in 1.18. Please update code to use the getTitle() method that was added in 1.16.
Daniel Friesen wrote:
I'm going to be making a change to trunk soon that removes $skin->mTitle, any extension directly accessing this (supposed to be private) method directly will break in 1.18. Please update code to use the getTitle() method that was added in 1.16.
-- ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http:// daniel.friesen.name]
For easy reference:
$fooSkin or $skin accessing ->mTitle
"kin->mTitle" in /trunk as of r85252 http://toolserver.org/~krinkle/wikimedia-svn-search/view.php?id=154&hash...
-- Krinkle
wikitech-l@lists.wikimedia.org