Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedevin committed Dec 4, 2015
1 parent 84c16ee commit 340b0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/about/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public function init() {

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

0 comments on commit 340b0ba

Please sign in to comment.