mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-09 19:54:19 +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 warnings;
|
||||
|
||||
use vars qw($FW_ME);
|
||||
|
||||
sub
|
||||
Color_Initialize()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user