Changeset 13929
- Timestamp:
- 12/17/07 19:37:30 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.filesync/midcom/interfaces.php
r13928 r13929 42 42 if (! mkdir($path)) 43 43 { 44 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "Failed create directory {$path}. Reason: " . $php_errormsg);44 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "Failed to create directory {$path}. Reason: " . $php_errormsg); 45 45 // This will exit. 46 46 } … … 57 57 if (! mkdir($module_dir)) 58 58 { 59 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "Failed create directory {$module_dir}. Reason: " . $php_errormsg);59 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "Failed to create directory {$module_dir}. Reason: " . $php_errormsg); 60 60 // This will exit. 61 61 }
