backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Tue, 18 Jan 2005 21:40:37 +0000 (21:40 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:49 +0000 (23:27 +0200)
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

index 67af238..014642a 100644 (file)
@@ -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)) {