From e03a177e1af12235850a9690552491849087e124 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 11 Dec 2012 18:51:44 +0100 Subject: [PATCH] G_black_list added to be readable after reload --- web/Obj/sac-a-push.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index c6858b8..84f1555 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -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); -- 2.17.1