mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update gateways.php
Foreach has a typo -> must be =>
This commit is contained in:
@@ -553,7 +553,7 @@ if (!class_exists('gateways')) {
|
||||
|
||||
//add new gateways to session variables
|
||||
if (is_array($gateways) && @sizeof($gateways) != 0) {
|
||||
foreach ($gateways as $gateway_uuid -> $gateway) {
|
||||
foreach ($gateways as $gateway_uuid => $gateway) {
|
||||
$_SESSION['gateways'][$gateway_uuid] = $gateway['name'];
|
||||
}
|
||||
}
|
||||
@@ -580,4 +580,4 @@ if (!class_exists('gateways')) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user