From bfb33f1ae6bf68092d702327333a72e1209ce2bf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 26 Mar 2014 14:01:37 +0800 Subject: [PATCH] Notify.php --- Notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index c652c885..072f2058 100644 --- a/Notify.php +++ b/Notify.php @@ -431,7 +431,8 @@ class Pman_Core_Notify extends Pman function output() { - die("Done\n"); + $this->logecho("DONE"); + exit; } function logecho($str) { -- 2.39.2