Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:20:53 +0000 (11:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:20:53 +0000 (11:20 +0800)
Notify.php

index 94ca147..86553c9 100644 (file)
@@ -114,7 +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;
         
     }