2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

PHTV: fix typo shellscript -> perl (forum #27681)

git-svn-id: https://svn.fhem.de/fhem/trunk@8172 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-03-08 11:47:33 +00:00
parent 5d7353d243
commit 860d159a86

View File

@ -316,7 +316,7 @@ sub PHTV_Set($@) {
$count = 80 if ( $count > 80 );
while ( $i <= $count ) {
if ( defined( $hash->{helper}{device}{channelPreset}{$i}{name} )
&& $hash->{helper}{device}{channelPreset}{$i}{name} != "" )
&& $hash->{helper}{device}{channelPreset}{$i}{name} ne "" )
{
$channels .=
$hash->{helper}{device}{channelPreset}{$i}{name} . ",";