mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_help.pm: Problem when called with ?
Forum:34645 Bug:5 git-svn-id: https://svn.fhem.de/fhem/trunk@8148 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2632fc16cb
commit
5c96b528ba
@ -1,4 +1,4 @@
|
|||||||
# $Id: 98_help.pm 8133 2015-03-02 14:31:53Z betateilchen $
|
# $Id$
|
||||||
#
|
#
|
||||||
package main;
|
package main;
|
||||||
use strict;
|
use strict;
|
||||||
@ -26,6 +26,8 @@ sub CommandHelp {
|
|||||||
$lang //= AttrVal('global','language','en');
|
$lang //= AttrVal('global','language','en');
|
||||||
$lang = (lc($lang) eq 'de') ? '_DE' : '';
|
$lang = (lc($lang) eq 'de') ? '_DE' : '';
|
||||||
|
|
||||||
|
$mod =~ s/\?/help/;
|
||||||
|
|
||||||
if($mod) {
|
if($mod) {
|
||||||
|
|
||||||
my $internals = "attributes,command,commands,devspec,global,perl";
|
my $internals = "attributes,command,commands,devspec,global,perl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user