r79553 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79552
|
r79553
|
r79554
>
Date:
02:34, 4 January 2011
Author:
laner
Status:
deferred
Tags:
Comment:
Add hook to let other extensions modify the login form
Modified paths:
/trunk/extensions/LdapAuthentication/LdapAuthentication.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
—
—
@@ -468,6 +468,7 @@
469
469
}
470
470
471
471
$template->set( 'domainnames', $tempDomArr );
472
+ wfRunHooks( 'LDAPModifyUITemplate', array( &$template ) );
472
473
}
473
474
474
475
/**
Status & tagging log
23:50, 13 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r79553
[
removed:
new
added:
deferred]