- Timestamp:
- 2013/01/28 18:12:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/SC_Initial.php
r22435 r22453 190 190 191 191 $mtb_constants = file_get_contents(CACHE_REALDIR . '../mtb_constants_init.php'); 192 $errorMessage = t('SC_Initial_001', array(' %s1' => CACHE_REALDIR), array('device_type_id' => FALSE));192 $errorMessage = t('SC_Initial_001', array('T_ARG1' => CACHE_REALDIR), array('device_type_id' => FALSE)); 193 193 if (is_writable(CACHE_REALDIR)) { 194 194 $handle = fopen(CACHE_REALDIR . 'mtb_constants.php', 'w'); … … 206 206 } 207 207 } else { 208 die(t('SC_Initial_002', array(' %s1' => CACHE_REALDIR), array('device_type_id' => FALSE)));208 die(t('SC_Initial_002', array('T_ARG1' => CACHE_REALDIR), array('device_type_id' => FALSE))); 209 209 } 210 210 }
Note: See TracChangeset
for help on using the changeset viewer.