mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
98_Text2Speech.pm: fix typo
git-svn-id: https://svn.fhem.de/fhem/trunk@29135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
35ca2e1243
commit
b97609df0c
@ -1369,7 +1369,7 @@ sub Text2Speech_AddExtension(@) {
|
||||
}
|
||||
|
||||
#########################
|
||||
sub Text2SpeechRemoveExtension(@) {
|
||||
sub Text2Speech_RemoveExtension(@) {
|
||||
my ($link) = @_;
|
||||
my $url = "/$link";
|
||||
my $name = $::data{FWEXT}{$url}{deviceName};
|
||||
|
Loading…
x
Reference in New Issue
Block a user