1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-09 17:06:12 +00:00

Fix $c call

This commit is contained in:
Ner'zhul 2014-09-30 10:00:49 +02:00
parent 860b4a3fb5
commit b17cf11020

View File

@ -27,10 +27,13 @@ class Application extends App {
*/
private static $contacts;
private $c;
public function __construct (array $urlParams=array()) {
parent::__construct('ocsms', $urlParams);
$container = $this->getContainer();
$this->c = $container;
/**
* Controllers