Pass the key for the skin being created to the constructor of a skin. This is just...
authorDaniel Friesen <dantman@users.mediawiki.org>
Mon, 5 Sep 2011 15:30:01 +0000 (15:30 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Mon, 5 Sep 2011 15:30:01 +0000 (15:30 +0000)
commitd755aab30283566d1536feccbc887018a838cea5
treedb4119685a5e542f6a36bbeb35f02628d0c9ad61
parent368dbc5f5b870a6f4e60865b7f5fe72a73d98527
Pass the key for the skin being created to the constructor of a skin. This is just something that's been bothering me for awhile, without this it's hard to create extensions that dynamically load skins and implement the skin conversion functionality in a central class.
includes/Skin.php