Pman.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Jul 2018 03:18:47 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Jul 2018 03:18:47 +0000 (11:18 +0800)
Pman.php

index b3a2564..be88a71 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -565,7 +565,7 @@ class Pman extends HTML_FlexyFramework_Page
     {
         // should do mobile checking???
         if ($total == false) {
-            $total =  count($ar) ;
+            $total = count($ar) ;
         }
         $extra=  $extra ? $extra : array();
         require_once 'Services/JSON.php';