From 0ec52d9672b5ecbf1065ac195652dbc99c470369 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 25 Sep 2006 16:31:30 +0000 Subject: [PATCH] backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@905 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/lists.php | 2 ++ 1 file changed, 2 insertions(+) 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')); -- 2.1.4