Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/api/SC_Api_Abstract.php

    r22857 r23126  
    9898    protected function addError($arrErr) 
    9999    { 
    100         $this->arrErr = array_merge((array)$this->arrErr, (array)$arrErr); 
     100        $this->arrErr = array_merge((array) $this->arrErr, (array) $arrErr); 
    101101    } 
    102102 
     
    117117        $this->objFormParam->convParam(); 
    118118        $this->arrErr = $this->objFormParam->checkError(false); 
    119         $this->arrErr = array_merge((array)$this->arrErr, (array)$this->checkErrorExtended($arrParam)); 
     119        $this->arrErr = array_merge((array) $this->arrErr, (array) $this->checkErrorExtended($arrParam)); 
    120120 
    121121        return $this->objFormParam->getHashArray(); 
Note: See TracChangeset for help on using the changeset viewer.