From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- includes/SpecialResetpass.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/SpecialResetpass.php') diff --git a/includes/SpecialResetpass.php b/includes/SpecialResetpass.php index dc1e53c4..281a78b6 100644 --- a/includes/SpecialResetpass.php +++ b/includes/SpecialResetpass.php @@ -74,6 +74,8 @@ class PasswordResetForm extends SpecialPage { function showForm() { global $wgOut, $wgUser, $wgRequest; + + $wgOut->disallowUserJs(); $self = SpecialPage::getTitleFor( 'Resetpass' ); $form = @@ -160,4 +162,4 @@ class PasswordResetForm extends SpecialPage { } } -?> + -- cgit v1.2.3-54-g00ecf