cmmit
authorbenny <benny@roojs.com>
Thu, 19 Jul 2018 03:24:24 +0000 (11:24 +0800)
committerbenny <benny@roojs.com>
Thu, 19 Jul 2018 03:24:24 +0000 (11:24 +0800)
1  2 
Pman.php

diff --cc Pman.php
+++ b/Pman.php
@@@ -565,12 -565,8 +565,8 @@@ class Pman extends HTML_FlexyFramework_
      {
          // should do mobile checking???
          if ($total == false) {
 -            $total = count($ar) ;
 +            $total = count($ar);
-             /*if ($ar instanceof \Countable || is_array($ar)) {
-                 $total = count($ar);
-             }*/
          }
-         
          $extra=  $extra ? $extra : array();
          require_once 'Services/JSON.php';
          $json = new Services_JSON();