From 8f85ad8225fd9363f895e7ad31d3d8ce600d4dd6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 May 2014 15:12:20 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2