aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index dfe7b21..7d83ef4 100644
--- a/muamba.module
+++ b/muamba.module
@@ -120,7 +120,7 @@ function muamba_node_view($node, $view_mode, $langcode) {
if ($view_mode == 'full') {
// @todo: there might be more than one transaction
- $transaction = muamba_current_transactions($node);
+ $transaction = muamba_current_transactions($node, $user->uid);
$node->content['muamba'] = array(
'#markup' => theme('muamba_widget', array('node' => $node, 'transaction' => $transaction)),
'#weight' => 100,