Notify.php
authorEdward <edward@roojs.com>
Wed, 2 Jul 2014 09:20:25 +0000 (17:20 +0800)
committerEdward <edward@roojs.com>
Wed, 2 Jul 2014 09:20:25 +0000 (17:20 +0800)
Notify.php

index 975154e..1ec6f2d 100644 (file)
@@ -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..
         }