]> git.pld-linux.org Git - packages/drupal-mod-mass_url.git/commitdiff
- fix /user/password being 404 page
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Dec 2005 15:32:36 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mass_url-password.patch -> 1.1

mass_url-password.patch [new file with mode: 0644]

diff --git a/mass_url-password.patch b/mass_url-password.patch
new file mode 100644 (file)
index 0000000..bce3e82
--- /dev/null
@@ -0,0 +1,13 @@
+this patch fixes problem that /user/password generates 404 not found page
+
+--- ./mass_url.module  2004-11-24 17:00:33.000000000 +0200
++++ /tmp/mass_url.module       2005-12-06 17:30:16.000000000 +0200
+@@ -59,7 +61,7 @@
+     return;
+   }
+   else if ($url_username == ('password')) {
+-    user_page();
++    user_pass();
+     return;
+   }
+   else if ($url_username == ('help')) {
This page took 0.119307 seconds and 4 git commands to generate.