Explorar o código

Update transcribe_watson.php

FusionPBX hai 1 ano
pai
achega
30e8a68f80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 			}
 
 		}