Ignore:
Timestamp:
2012/04/11 02:58:27 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21713 r21734  
    106106        $this->objFormParam->convParam(); 
    107107        $this->arrErr = $this->objFormParam->checkError(false); 
    108         $this->arrErr = array_merge( (array)$this->arrErr, (array)$this->checkErrorExtended($arrParam) ); 
     108        $this->arrErr = array_merge((array)$this->arrErr, (array)$this->checkErrorExtended($arrParam)); 
    109109        return $this->objFormParam->getHashArray(); 
    110110    } 
Note: See TracChangeset for help on using the changeset viewer.