From 66307d503c7e0c6ed960c503e771dac1d3d31347 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 3 Jun 2014 14:07:05 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notify.php b/Notify.php index f4e9551e..fb68c7bf 100644 --- a/Notify.php +++ b/Notify.php @@ -191,6 +191,10 @@ class Pman_Core_Notify extends Pman $w->evtype = $this->evtype; } + if(!empty($r)){ + $w->id = $r; + } + $w->autoJoin(); -- 2.39.2