Pass $name to default Skin constructor for backwards-compatability
authorKunal Mehta <legoktm@gmail.com>
Wed, 13 Aug 2014 20:45:56 +0000 (13:45 -0700)
committerKunal Mehta <legoktm@gmail.com>
Wed, 13 Aug 2014 20:45:56 +0000 (13:45 -0700)
commitb68388811941cea6bcd39daba3c4b991e1b32392
tree3d58bda758059b1861ca36bc217a0360a4e9228a
parent588be973a423ca6db61fd43ad6bdaede8540ec31
Pass $name to default Skin constructor for backwards-compatability

This feature was necessary when it was only possible to specify the
name of the class a skin used, this was the only way for one class to
dynamically serve multiple skins (such as if the skins were purely
template based with no PHP or if one skin had different themes to it).
It also provided an option for other skins to set $this->skinname dynamically.

See code review on I5c442f3c9e.

Change-Id: I7315fadf2e26d164ccc4f47b6d883945fa2570da
includes/Setup.php