Ignore:
Timestamp:
2012/04/18 18:45:37 (12 years ago)
Author:
shutta
Message:

#1766 拡張クラスの整備
拡張クラス(*_Ex)が抜けているものを補完(LC_Page_Upgrade_*, LC_Upgrade_helper_*以外)

File:
1 edited

Legend:

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

    r21713 r21771  
    2929 * @version $Id$ 
    3030 */ 
    31 require_once CLASS_REALDIR . 'api/SC_Api_Abstract.php'; 
     31require_once CLASS_EX_REALDIR . 'api_extends/SC_Api_Abstract_Ex.php'; 
    3232 
    33 class API_CartAdd extends SC_Api_Abstract { 
     33class API_CartAdd extends SC_Api_Abstract_Ex { 
    3434 
    3535    protected $operation_name = 'CartAdd'; 
Note: See TracChangeset for help on using the changeset viewer.