Also logs the return url in auth for groupesx. Closes #1089.
authorPascal Corpet <pascal.corpet@m4x.org>
Tue, 15 Jun 2010 22:13:13 +0000 (00:13 +0200)
committerPascal Corpet <pascal.corpet@m4x.org>
Tue, 15 Jun 2010 22:13:13 +0000 (00:13 +0200)
ChangeLog
modules/auth.php

index c67e214..6083859 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@ New:
         - Centralises email management through an email combobox           -JAC
 
 Bug/Wish:
+    * Auth:
+        - #1089: Also logs the return url in auth for groupesx             -Car
+
     * Carnet:
         - #1074: Removes the red cross to reset contact search             -Car
 
index 7dfa181..2ca51c9 100644 (file)
@@ -132,7 +132,7 @@ class AuthModule extends PLModule
         $uid = S::i('uid');
         if (!S::suid()) {
             global $platal;
-            S::logger($uid)->log('connexion_auth_ext', $platal->path);
+            S::logger($uid)->log('connexion_auth_ext', $platal->path.' '.urldecode($_GET['url']));
         }
 
         // Iterate over the auth token to find which one did sign the request.