Skip to content

Commit

Permalink
Fix notice in get_accounts()
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar committed Sep 7, 2011
1 parent 47b0049 commit 04e51cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -150,6 +150,7 @@ function get_postings($ledger, $file)

function get_accounts(array $postings)
{
$accounts = array();
foreach ($postings as $posting) {
$accounts[$posting->account] = true;
}
Expand Down

0 comments on commit 04e51cf

Please sign in to comment.