G_black_list added to be readable after reload
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 11 Dec 2012 17:51:44 +0000 (18:51 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 11 Dec 2012 17:51:44 +0000 (18:51 +0100)
web/Obj/sac-a-push.phh

index c6858b8..84f1555 100644 (file)
@@ -414,7 +414,7 @@ class Sac_a_push {
 
     function run()
     {
-        GLOBAL $DOCUMENT_ROOT, $HTTP_HOST, $G_with_splash;
+        GLOBAL $DOCUMENT_ROOT, $HTTP_HOST, $G_with_splash, $G_black_list;
 
         if ($this->main_loop) {
             return (FALSE);