From: Edward Date: Tue, 3 Jun 2014 06:07:05 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=66307d503c7e0c6ed960c503e771dac1d3d31347 Notify.php --- 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();