BUG 8665 Extra: Changing log messages.

This commit is contained in:
ralpheav
2013-05-08 10:57:35 -04:00
parent 2bae6d540b
commit c7ef775bdd
3 changed files with 12 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ if (file_exists( $realPath )) {
}
if (! $sw_file_exists) {
$error_message = "'" .$realPath." " .$realPath1." ". $oAppDocument->Fields['APP_DOC_FILENAME'] . "' " . G::LoadTranslation( 'ID_ERROR_STREAMING_FILE' );
$error_message = G::LoadTranslation( 'ID_ERROR_STREAMING_FILE' );
if ((isset( $_POST['request'] )) && ($_POST['request'] == true)) {
$res['success'] = 'failure';
$res['message'] = $error_message;