[Easymod-cvs] easymod/install/em_files/admin em_manage.php,1.4,1.5
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-12-22 01:02:19
|
Update of /cvsroot/easymod/easymod/install/em_files/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4387/admin Modified Files: em_manage.php Log Message: grumble Index: em_manage.php =================================================================== RCS file: /cvsroot/easymod/easymod/install/em_files/admin/em_manage.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** em_manage.php 22 Dec 2005 00:33:31 -0000 1.4 --- em_manage.php 22 Dec 2005 01:02:10 -0000 1.5 *************** *** 546,552 **** for( $k = 0, $copy_total = sizeof($copy_files); $k < $copy_total; $k++ ) { ! if ( !file_exists($copy_files[$k]['from']) ) { ! em_trigger_error(EM_ERR_CRITICAL, 'EM_Err_copy', $copy_files[$k]['from'], $copy_files[$k]['to']); } $copy_actions[] = 'copy ' . $copy_files[$k]['from'] . ' to ' . $copy_files[$k]['to']; --- 546,552 ---- for( $k = 0, $copy_total = sizeof($copy_files); $k < $copy_total; $k++ ) { ! if ( !file_exists($mod_dir . $copy_files[$k]['from']) ) { ! em_trigger_error(EM_ERR_CRITICAL, 'EM_Err_copy', $mod_dir . $copy_files[$k]['from'], $copy_files[$k]['to']); } $copy_actions[] = 'copy ' . $copy_files[$k]['from'] . ' to ' . $copy_files[$k]['to']; |