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 @@
469469 }
470470
471471 $template->set( 'domainnames', $tempDomArr );
 472+ wfRunHooks( 'LDAPModifyUITemplate', array( &$template ) );
472473 }
473474
474475 /**

Status & tagging log