From: x2000habouzit Date: Mon, 25 Sep 2006 16:31:30 +0000 (+0000) Subject: backport X-Git-Tag: xorg/0.9.12~253 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0ec52d9672b5ecbf1065ac195652dbc99c470369;p=platal.git backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@905 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/lists.php b/modules/lists.php index 3897f65..cef424c 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -52,6 +52,8 @@ class ListsModule extends PLModule function prepare_client(&$page) { + global $globals; + require_once 'lists.inc.php'; $this->client =& lists_xmlrpc(S::v('uid'), S::v('password'));