From: rettenbe Date: Wed, 28 Oct 2009 16:18:11 +0000 (+0000) Subject: switch xml variable from local to global X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d97cf1eb29de4f01ee308bc11c97094b9fba2147;p=gosa.git switch xml variable from local to global git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14679 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/modules/GosaSupportDaemon.pm b/gosa-si/modules/GosaSupportDaemon.pm index 4c46c58e2..d6420a142 100644 --- a/gosa-si/modules/GosaSupportDaemon.pm +++ b/gosa-si/modules/GosaSupportDaemon.pm @@ -68,7 +68,7 @@ END {} ### Start ###################################################################### -my $xml = new XML::Simple(); +our $xml = new XML::Simple(); sub daemon_log { my ($msg, $level) = @_ ;