Skip to content

Commit

Permalink
omit scope for updated tipsy
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedevin committed Dec 4, 2015
1 parent 340b0ba commit 00895aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions app/controllers/about/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ public function init() {
parent::init();

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00895aa

Please sign in to comment.