stanley-king 8 سال پیش
والد
کامیت
d48eab69b2
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      helper/history_helper.php
  2. 1 1
      mobile/control/search.php

+ 1 - 0
helper/history_helper.php

@@ -93,6 +93,7 @@ class history_helper
             if($pos > 10) {
                 break;
             }
+            ++$pos;
         }
         return $result;
     }

+ 1 - 1
mobile/control/search.php

@@ -120,7 +120,7 @@ class searchControl extends mobileHomeControl
                         $blocks[] = $block;
                     }
                 }
-                
+
                 $block = special_helper::format_category($result['hots']);
                 if(!empty($block)) {
                     $blocks[] = $block;