bug : undefined variable

This commit is contained in:
Dany De Bontridder 2013-08-12 23:21:58 +00:00
parent 7f2cb40085
commit f97afde4ee

View file

@ -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);
}
}