mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
fixed some french translations issues
This commit is contained in:
@@ -77,7 +77,7 @@ require_once "database.php";
|
||||
return $this->result;
|
||||
}
|
||||
|
||||
public function find($array) {
|
||||
public function find() {
|
||||
|
||||
//connect to the database if needed
|
||||
if (!$this->db) {
|
||||
|
||||
@@ -1811,4 +1811,4 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
||||
echo $output;
|
||||
unset($output);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user