mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
added missing 'use vars qw($FW_ME);'
git-svn-id: https://svn.fhem.de/fhem/trunk@4752 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4de5e63a2e
commit
7bda5d5a2e
@ -6,6 +6,8 @@ package main;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
|
use vars qw($FW_ME);
|
||||||
|
|
||||||
sub
|
sub
|
||||||
Color_Initialize()
|
Color_Initialize()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user