mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Predefine the $m variable
This commit is contained in:
@@ -1611,6 +1611,9 @@ class database {
|
||||
*/
|
||||
public function find_new(array $array) {
|
||||
|
||||
//define the message ordinal id
|
||||
$m = 0;
|
||||
|
||||
//connect to the database if needed
|
||||
if (!$this->db) {
|
||||
$this->connect();
|
||||
|
||||
Reference in New Issue
Block a user