Skip to content

Commit 00895aa

Browse files
committed
omit scope for updated tipsy
1 parent 340b0ba commit 00895aa

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/controllers/about/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ public function init() {
1212
parent::init();
1313

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

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)