Remove stubiness from AuthPlugin
authorChad Horohoe <chadh@wikimedia.org>
Fri, 31 Jan 2014 16:34:21 +0000 (08:34 -0800)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Thu, 6 Feb 2014 23:20:37 +0000 (00:20 +0100)
commit8f61a169009915d6b2659478304e5805f4c7f4ce
tree5cc126cb20793b49c21eeb2f50d036bee85dfbfc
parent6a0d82e575bd7fbc4a391596cf1a1e7beca921c8
Remove stubiness from AuthPlugin

The point of stubs is to delay loading tons of code as late as
possible. AuthPlugin is about the same size as StubObject, so
we're not really saving anything.

Change-Id: Icb36e47a8e9ff9f0f60ac1a8f1698102a1aa2366
includes/Setup.php