Notify.php
[Pman.Core] / Notify.php
index 86553c9..d4643b0 100644 (file)
@@ -114,9 +114,8 @@ class Pman_Core_Notify extends Pman
         if (!$ff->cli) {
             die("access denied");
         }
-        $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__;
-        echo "$sig\n";
-        HTML_FlexyFramework::ensureSingle($sig, $this);
+       
+        HTML_FlexyFramework::ensureSingle($_SERVER["SCRIPT_NAME"] .'|'. __FILE__, $this);
         return true;
         
     }