Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 21 May 2014 07:12:20 +0000 (15:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 21 May 2014 07:12:20 +0000 (15:12 +0800)
Notify.php

index 9c5ecf9..94ca147 100644 (file)
@@ -114,7 +114,7 @@ class Pman_Core_Notify extends Pman
         if (!$ff->cli) {
             die("access denied");
         }
-        HTML_FlexyFramework::ensureSingle(__FILE__, $this);
+        HTML_FlexyFramework::ensureSingle($_SERVER["SCRIPT_NAME"] .'|'. __FILE__, $this);
         return true;
         
     }