From: Alan Knowles Date: Wed, 21 May 2014 07:12:20 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8f85ad8225fd9363f895e7ad31d3d8ce600d4dd6 Notify.php --- diff --git a/Notify.php b/Notify.php index 9c5ecf90..94ca1475 100644 --- a/Notify.php +++ b/Notify.php @@ -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; }