Ignore:
Timestamp:
2014/08/10 11:32:22 (10 years ago)
Author:
shutta
Message:

#2604 (API> ItemSearch?でItemPageパラメータが機能していない)
ItemPage?パラメーターが機能していなかったのを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/api/operations/ItemSearch.php

    r23546 r23584  
    6363            $objProduct = new SC_Product_Ex(); 
    6464            $linemax = $objProduct->findProductCount($objQuery, $arrSearchCondition['arrval']); 
    65             $objNavi = new SC_PageNavi_Ex($arrRequest['ItemPage'], $tpl_linemax, $disp_number); 
     65            $objNavi = new SC_PageNavi_Ex($arrRequest['ItemPage'], $linemax, $disp_number); 
    6666            $arrProducts = $this->getProductsList($arrSearchCondition, $disp_number, $objNavi->start_row, $linemax, $objProduct); 
    6767 
Note: See TracChangeset for help on using the changeset viewer.