From f4101ef1e528c0fa592297f8ff39f45e6858f9b9 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 2 Jul 2014 17:20:25 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 975154e5..1ec6f2d0 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