소스 검색

Update transcribe_watson.php

FusionPBX 1 년 전
부모
커밋
30e8a68f80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/classes/transcribe_watson.php

+ 1 - 1
resources/classes/transcribe_watson.php

@@ -239,7 +239,7 @@ if (!class_exists('transcribe_watson')) {
 				return '';
 			}
 			else {
-				return "Your message has been transcribed by watson:  ".$this->message;
+				return $this->message;
 			}
 
 		}