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;