From eb3f1488e52f9da8334ab7383281d85a719b194a Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Aug 2023 15:25:33 +0800 Subject: [PATCH] remove redundant code --- Notify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Notify.php b/Notify.php index 0185af62..9dbca025 100644 --- a/Notify.php +++ b/Notify.php @@ -218,9 +218,7 @@ class Pman_Core_Notify extends Pman - - $this->addFilter($w); - + $w->autoJoin(); $w->find(); -- 2.39.2