infinite loop removed
This commit is contained in:
parent
1b017e09ad
commit
5076243977
|
@ -984,6 +984,7 @@ class accountContainer {
|
||||||
$return = array();
|
$return = array();
|
||||||
while(($current = current($this->module)) != null) {
|
while(($current = current($this->module)) != null) {
|
||||||
$return = array_merge($return,$current->get_pdfEntries($account_type));
|
$return = array_merge($return,$current->get_pdfEntries($account_type));
|
||||||
|
next($this->module);
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue