mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-24 22:55:36 +00:00
Fix $c call
This commit is contained in:
@@ -26,12 +26,15 @@ class Application extends App {
|
|||||||
* @var array used to cache the parsed contacts for every request
|
* @var array used to cache the parsed contacts for every request
|
||||||
*/
|
*/
|
||||||
private static $contacts;
|
private static $contacts;
|
||||||
|
|
||||||
|
private $c;
|
||||||
|
|
||||||
public function __construct (array $urlParams=array()) {
|
public function __construct (array $urlParams=array()) {
|
||||||
parent::__construct('ocsms', $urlParams);
|
parent::__construct('ocsms', $urlParams);
|
||||||
|
|
||||||
$container = $this->getContainer();
|
$container = $this->getContainer();
|
||||||
|
$this->c = $container;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controllers
|
* Controllers
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user