2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +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:
betateilchen 2015-03-04 11:32:36 +00:00
parent 2632fc16cb
commit 5c96b528ba

View File

@ -1,4 +1,4 @@
# $Id: 98_help.pm 8133 2015-03-02 14:31:53Z betateilchen $
# $Id$
#
package main;
use strict;
@ -26,6 +26,8 @@ sub CommandHelp {
$lang //= AttrVal('global','language','en');
$lang = (lc($lang) eq 'de') ? '_DE' : '';
$mod =~ s/\?/help/;
if($mod) {
my $internals = "attributes,command,commands,devspec,global,perl";