mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 10:27:42 +00:00 
			
		
		
		
	Fix $c call
This commit is contained in:
		
							parent
							
								
									860b4a3fb5
								
							
						
					
					
						commit
						b17cf11020
					
				| @ -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 | ||||
| 		 */ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user