From 91c7b9a8d3260ffc728d7b936f578c1cee48f93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 3 Oct 2006 13:12:35 +0000 Subject: [PATCH] Sync token name. --- ChangeLog | 1 + libraries/auth/signon.auth.lib.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18386ee7f..74742b36b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ 2006-10-03 Michal Čihař * scripts/setup.php: Sync token name, move it's definition to one place (bug #1569612). + * libraries/auth/signon.auth.lib.php: Sync token name. 2006-10-01 Marc Delisle ### 2.9.0.1 released from MAINT_2_9_0 diff --git a/libraries/auth/signon.auth.lib.php b/libraries/auth/signon.auth.lib.php index e99babc71..2a66e28d3 100644 --- a/libraries/auth/signon.auth.lib.php +++ b/libraries/auth/signon.auth.lib.php @@ -105,7 +105,7 @@ function PMA_auth_check() /* Restore our token */ if (!empty($pma_token)) { - $_SESSION['PMA_token'] = $pma_token; + $_SESSION[' PMA_token '] = $pma_token; } }