From 078737723a6f8de198fe540c7f757e1aec2aa00a Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Tue, 18 Jan 2005 21:40:37 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-35 what an asshole git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-384 --- htdocs/groupex/export-econfiance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/groupex/export-econfiance.php b/htdocs/groupex/export-econfiance.php index 67af238..014642a 100644 --- a/htdocs/groupex/export-econfiance.php +++ b/htdocs/groupex/export-econfiance.php @@ -26,7 +26,7 @@ require_once('xorg.inc.php'); require_once('xml-rpc-client.inc.php'); require_once('lists.inc.php'); -$cle = $globals->econfiance; +$cle = $globals->core->econfiance; if (isset($_SESSION["chall"]) && $_SESSION["chall"] != "" && $_GET["PASS"] == md5($_SESSION["chall"].$cle)) { -- 2.1.4