From: Alan Knowles Date: Wed, 28 May 2014 03:22:20 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b4fb8a386bb11a4e7ebb40414faa60377d51b394 Notify.php --- diff --git a/Notify.php b/Notify.php index d4643b04..86553c9b 100644 --- a/Notify.php +++ b/Notify.php @@ -114,8 +114,9 @@ class Pman_Core_Notify extends Pman if (!$ff->cli) { die("access denied"); } - - HTML_FlexyFramework::ensureSingle($_SERVER["SCRIPT_NAME"] .'|'. __FILE__, $this); + $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__; + echo "$sig\n"; + HTML_FlexyFramework::ensureSingle($sig, $this); return true; }