- Timestamp:
- 2012/10/29 17:30:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/api/SC_Api_Operation.php
r22032 r22059 321 321 } 322 322 } else { 323 $arrErr['ECCUBE.Operation.NoLoad'] = SC_I18n_Ex::t('SC_A PI_OPERATION_NO_LOAD');323 $arrErr['ECCUBE.Operation.NoLoad'] = SC_I18n_Ex::t('SC_Api_Operation_001'); 324 324 } 325 325 } else { 326 $arrErr['ECCUBE.Authority.NoAuthority'] = SC_I18n_Ex::t('SC_A PI_OPERATION_NO_AUTHORITY');326 $arrErr['ECCUBE.Authority.NoAuthority'] = SC_I18n_Ex::t('SC_Api_Operation_002'); 327 327 } 328 328 }
Note: See TracChangeset
for help on using the changeset viewer.
