spelling error
This commit is contained in:
parent
d699ee133b
commit
1b017e09ad
|
@ -982,7 +982,7 @@ class accountContainer {
|
||||||
|
|
||||||
function get_pdfEntries($acount_type) {
|
function get_pdfEntries($acount_type) {
|
||||||
$return = array();
|
$return = array();
|
||||||
while(($current = current($this->modules)) != 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));
|
||||||
}
|
}
|
||||||
return $return;
|
return $return;
|
||||||
|
|
Loading…
Reference in New Issue