mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-18 22:48:28 +00:00
Allow call forward and follow me to be setup when the extension is disabled.
This commit is contained in:
@@ -79,7 +79,6 @@ else {
|
||||
$sql .= "and extension = 'disabled' ";
|
||||
}
|
||||
}
|
||||
$sql .= "and enabled = 'true' ";
|
||||
$prep_statement = $db->prepare(check_sql($sql));
|
||||
$prep_statement->execute();
|
||||
$result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
|
||||
Reference in New Issue
Block a user