stupid me: we ened $globals to be globa
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 25 Sep 2006 16:30:39 +0000 (16:30 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 25 Sep 2006 16:30:39 +0000 (16:30 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@904 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/lists.php

index 3897f65..cef424c 100644 (file)
@@ -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'));