Merge branch 'next' of github.com:MPOS/php-mpos into next

This commit is contained in:
Sebastian Grewe 2014-01-23 16:59:46 +01:00
commit 33cfa5667d

View File

@ -295,7 +295,7 @@ class Transaction extends Base {
), 8
), 0
) AS confirmed
FROM transactions AS t
FROM $this->table AS t
LEFT JOIN blocks AS b
ON t.block_id = b.id
LEFT JOIN accounts AS a