From d2f8addb4c0b316f828a0e47c2894ab582e2f7a8 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Wed, 16 Jun 2010 00:13:13 +0200 Subject: [PATCH] Also logs the return url in auth for groupesx. Closes #1089. --- ChangeLog | 3 +++ modules/auth.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c67e214..6083859 100644 --- 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 diff --git a/modules/auth.php b/modules/auth.php index 7dfa181..2ca51c9 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -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. -- 2.1.4