Initialize variable properly

This commit is contained in:
Renato Botelho 2016-08-18 16:37:01 -03:00
parent a49413cb49
commit 29cffce778

View File

@ -223,6 +223,7 @@ function carp_sync_xml($url, $username, $password, $sections, $method = 'restore
}
}
$xml = array();
foreach ($sections as $section) {
/*
* we can't use array_intersect_key()