From 4de1a3a9ac86a1a276485ca1a1655e264620d76d Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 2 Jul 2014 17:21:03 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index 1ec6f2d0..c9c6eaf1 100644 --- a/Notify.php +++ b/Notify.php @@ -134,7 +134,7 @@ class Pman_Core_Notify extends Pman if (empty($opts['limit'])) { $opts['limit'] = '1000'; // not sure why it's not picking up the defautl.. } - + $showold = !empty($opts['old']); if (!empty($opts['old'])) { $opts['list'] = 1; // force listing.. } @@ -174,7 +174,7 @@ class Pman_Core_Notify extends Pman $w = DB_DataObject::factory($this->table); - if (!$showold) { + if (!empty($opts['old']) { // standard -- 2.39.2