Skip to content

Commit 340b0ba

Browse files
committed
fixed syntax
1 parent 84c16ee commit 340b0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/about/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public function init() {
1313

1414
$this->inject(function($View, $Request, $Scope, $User) {
1515
// @todo: for some reason $Scope is not being bound correctly
16-
$View->scope()->about = $User->data($Request->loc(1));
16+
$Scope->about = $User->data($Request->loc(1));
1717
$View->display('about');
18-
});
18+
}, $this->tipsy()->view()->scope());
1919
}
2020
}

0 commit comments

Comments
 (0)