bug : undefined variable
This commit is contained in:
parent
7f2cb40085
commit
f97afde4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ class phpcompta_sql
|
|||
*/
|
||||
public function get_object($p_ret,$idx)
|
||||
{
|
||||
return $this->next($p_ret, $i);
|
||||
return $this->next($p_ret, $idx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue