From 04366fcf5671453fc6cdeaa715c018c4889c60fa Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 4 Jul 2014 12:20:34 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 4c9f1675..b2409811 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.. } -- 2.39.2