mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the spelling for SESSION
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
else {
|
||||
$sql .= "and domain_uuid = :domain_uuid ";
|
||||
}
|
||||
$parameters['domain_uuid'] = $_SESION['domain_uuid'];
|
||||
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||
$database = new database;
|
||||
$gateways = $database->select($sql, $parameters, 'all');
|
||||
unset($sql, $parameters);
|
||||
|
||||
Reference in New Issue
Block a user