BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
This commit is contained in:
@@ -32,7 +32,7 @@ $form = $oUser->load($uid);
|
||||
if (!isset($form['USR_RESUME']) || $form['USR_RESUME']==='') die(G::LoadTranslation('ID_WITHOUT_RESUME'));
|
||||
$direction = PATH_IMAGES_ENVIRONMENT_FILES.$uid."/".$form['USR_RESUME'];
|
||||
if (!file_exists($direction)) {
|
||||
die('The file "' . $direction . '"does not exist in the server!');
|
||||
die('The file "' . $direction . '"doesn\'t exist in the server!');
|
||||
}
|
||||
// echo $direction ;
|
||||
header('Pragma: ');
|
||||
|
||||
Reference in New Issue
Block a user