diff --git a/resources/classes/database.php b/resources/classes/database.php index 9bc61d4dd4..f1fd26c12b 100644 --- a/resources/classes/database.php +++ b/resources/classes/database.php @@ -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();