Changeset 22047


Ignore:
Timestamp:
2012/10/01 12:21:10 (11 years ago)
Author:
pineray
Message:

#163 テキスト出力多言語対応

エラーメッセージの作成箇所を変更.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_Initial.php

    r22045 r22047  
    189189        } elseif (is_file(CACHE_REALDIR . '../mtb_constants_init.php')) { 
    190190 
    191             $errorMessage = SC_I18n_Ex::t('SC_INITIAL_ERROR_UNWRITABLE', array('T_CACHE_REALDIR' => CACHE_REALDIRIR)); 
    192  
    193191            $mtb_constants = file_get_contents(CACHE_REALDIR . '../mtb_constants_init.php'); 
     192            $errorMessage = SC_I18n_Ex::t('SC_INITIAL_ERROR_UNWRITABLE', array('T_CACHE_REALDIR' => CACHE_REALDIR)); 
    194193            if (is_writable(CACHE_REALDIR)) { 
    195194                $handle = fopen(CACHE_REALDIR . 'mtb_constants.php', 'w'); 
Note: See TracChangeset for help on using the changeset viewer.