Fix: Utilisation d'une variable $result non définie.
This commit is contained in:
parent
fe7555d242
commit
e0d8cf18b4
@ -60,7 +60,7 @@ class Paiement
|
|||||||
{
|
{
|
||||||
if ($this->db->num_rows())
|
if ($this->db->num_rows())
|
||||||
{
|
{
|
||||||
$obj = $this->db->fetch_object($result , 0);
|
$obj = $this->db->fetch_object(0);
|
||||||
|
|
||||||
$this->id = $obj->rowid;
|
$this->id = $obj->rowid;
|
||||||
$this->date = $obj->dp;
|
$this->date = $obj->dp;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user