fix device port change check

This commit is contained in:
Oliver Gorwits
2019-03-15 05:18:44 +00:00
parent 154db22ac0
commit c4e7d98c56

View File

@@ -219,7 +219,7 @@ Returns true if the C<$port> L<DBIx::Class> object has a phone connected.
=cut =cut
sub port_has_phone { sub port_has_phone {
return (shift)->with_properties->remote_is_phone; return (shift)->properties->remote_is_phone;
} }
1; 1;