Let findHooks.php find UserCreateForm/UserLoginForm
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 5 Nov 2016 09:36:52 +0000 (10:36 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 5 Nov 2016 09:36:52 +0000 (10:36 +0100)
commit565668376998b16ef9b5442e3d41cc91a22cf78f
treeff07f46e36646ff17ad4345adc0b570d78709408
parentba913218087b69a8e9bc4350bce6604fc53b683e
Let findHooks.php find UserCreateForm/UserLoginForm

To make findHooks.php happy the hooks must be explicit called with
Hooks::run, passing the name with a variable makes it impossible to
detect and therefore the script unhappy.
In case of B/C this is should be a possible solution.

Change-Id: Iaf4d325a3821e09a742d23a3a5bca8493965bfb8
includes/specialpage/LoginSignupSpecialPage.php