mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Initialize variable properly
This commit is contained in:
parent
a49413cb49
commit
29cffce778
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user