Index: trunk/extensions/LdapAuthentication/LdapAutoAuthentication.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | global $wgAuth; |
97 | 97 | $wgAuth->printDebug( "Entering NoLogout.", NONSENSITIVE ); |
98 | 98 | |
99 | | - $personal_urls['logout'] = null; |
| 99 | + unset( $personal_urls['logout'] ); |
100 | 100 | |
101 | 101 | return true; |
102 | 102 | } |
Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | $wgLDAPUniqueBlockLogin = array(); //Currently unused |
90 | 90 | $wgLDAPUniqueRenameUser = array(); //Currently unused |
91 | 91 | |
92 | | -define( "LDAPAUTHVERSION", "1.2d" ); |
| 92 | +define( "LDAPAUTHVERSION", "1.2e" ); |
93 | 93 | |
94 | 94 | /** |
95 | 95 | * Add extension information to Special:Version |