From 48545b19654c03af3c7d03b1fb98e5b00e12a215 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 May 2014 11:27:09 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Notify.php b/Notify.php index e7d51570..f4e9551e 100644 --- a/Notify.php +++ b/Notify.php @@ -114,9 +114,7 @@ class Pman_Core_Notify extends Pman if (!$ff->cli) { die("access denied"); } - $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__; - //echo "SIG: $sig\n"; - HTML_FlexyFramework::ensureSingle($sig, $this); + HTML_FlexyFramework::ensureSingle($_SERVER["SCRIPT_NAME"] .'|'. __FILE__, $this); return true; } -- 2.39.2