diff --git a/app/controllers/about/index.php b/app/controllers/about/index.php index 86b7c6b..8473858 100644 --- a/app/controllers/about/index.php +++ b/app/controllers/about/index.php @@ -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()); + }); } } diff --git a/composer.lock b/composer.lock index 5ec72ed..092a9eb 100644 --- a/composer.lock +++ b/composer.lock @@ -13,12 +13,12 @@ "source": { "type": "git", "url": "https://github.com/arzynik/tipsy.git", - "reference": "16f14e9ec927bae0dfa326086a7a2cff4a598ca8" + "reference": "591cb1daff683ca544ee3bec48615834af8f15c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/arzynik/tipsy/zipball/16f14e9ec927bae0dfa326086a7a2cff4a598ca8", - "reference": "16f14e9ec927bae0dfa326086a7a2cff4a598ca8", + "url": "https://api.github.com/repos/arzynik/tipsy/zipball/591cb1daff683ca544ee3bec48615834af8f15c5", + "reference": "591cb1daff683ca544ee3bec48615834af8f15c5", "shasum": "" }, "require": { @@ -52,7 +52,7 @@ "mvw", "php" ], - "time": "2015-12-03 21:07:02" + "time": "2015-12-04 15:22:26" } ], "packages-dev": [],