From: Edward Date: Fri, 4 Jul 2014 04:20:34 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=04366fcf5671453fc6cdeaa715c018c4889c60fa Notify.php --- 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.. }