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

index e7d5157..f4e9551 100644 (file)
@@ -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;
     }