Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Liver64 committed Nov 5, 2018
1 parent 62346c9 commit b0d06c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfrontend/html/tts.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
# prüfe of TTS Anbieter und ggf. Stimme gewählt wurde
if ((empty($config['TTS']['t2s_engine'])) or (empty($config['TTS']['messageLang']))) {
LOGGING("There is no T2S engine/language selected in Plugin config. Please select before using T2S functionality.", 3);
exit();
exit();
}
# Prüfung ob syntax korrekt eingeben wurde.
if ((!isset($_GET['text'])) && (!isset($_GET['file'])) &&
Expand Down

0 comments on commit b0d06c1

Please sign in to comment.