followup r88898 -- move BeforeInitialize hook to where it can be
authorMark A. Hershberger <mah@users.mediawiki.org>
Sun, 18 Dec 2011 01:46:25 +0000 (01:46 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sun, 18 Dec 2011 01:46:25 +0000 (01:46 +0000)
commitbbc2b0fdb1264595b6fff52f7da21521bfd29003
treed8e9f1558aae636333023c1041d1615278312f2e
parent420a1726413a3c218f1fbe3e3567e8640d0f11a3
followup r88898 -- move BeforeInitialize hook to where it can be
called in a way that matches the documented parameters

As it was, when an extension tried to use BeforeInitialize with the
documented parameters this resulted in an exception:

    Detected bug in an extension! Hook HookFunctionName has invalid
    call signature; Parameter 2 to HookFunctionName() expected to be a
    reference, value given
includes/Wiki.php