Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:21:26 +0000 (11:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:21:26 +0000 (11:21 +0800)
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;
         
     }