From b17cf11020a58386bd6296d1add707cb34c3506c Mon Sep 17 00:00:00 2001 From: Ner'zhul Date: Tue, 30 Sep 2014 10:00:49 +0200 Subject: [PATCH] Fix $c call --- appinfo/application.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appinfo/application.php b/appinfo/application.php index c48b1f7..74ea2b9 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -26,12 +26,15 @@ class Application extends App { * @var array used to cache the parsed contacts for every request */ private static $contacts; + + private $c; public function __construct (array $urlParams=array()) { parent::__construct('ocsms', $urlParams); $container = $this->getContainer(); - + $this->c = $container; + /** * Controllers */