Notify.php
[Pman.Core] / Notify.php
index 037751f..f24746f 100644 (file)
@@ -73,7 +73,7 @@ class Pman_Core_Notify extends Pman
         }
         //date_default_timezone_set('UTC');
        // phpinfo();exit;
-        $showold = $opts['old'];
+        $showold = !empty($opts['old']);
         if (!empty($opts['old'])) {
             $opts['list'] = 1; // force listing..
         }