G_shutdown added to run() GLOBAL
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jan 2013 20:38:47 +0000 (21:38 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jan 2013 20:38:47 +0000 (21:38 +0100)
web/Obj/sac-a-push.phh

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