Notify.php
authorEdward <edward@roojs.com>
Fri, 4 Jul 2014 04:20:34 +0000 (12:20 +0800)
committerEdward <edward@roojs.com>
Fri, 4 Jul 2014 04:20:34 +0000 (12:20 +0800)
Notify.php

index 4c9f167..b240981 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..
         }