mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix syntax error by adding missing semicolon
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
$parameters['fax_uuid'] = $fax_uuid;
|
||||
$parameters['time_zone'] = $time_zone;
|
||||
$fax_logs = $database->select($sql, $parameters, 'all');
|
||||
unset($sql, $parameters)
|
||||
unset($sql, $parameters);
|
||||
|
||||
//create token
|
||||
$object = new token;
|
||||
|
||||
Reference in New Issue
Block a user