get rid of get_app()
This commit is contained in:
		| @@ -617,7 +617,6 @@ class Setup extends \Zotlabs\Web\Controller { | ||||
| 	 * @param[out] array &$checks | ||||
| 	 */ | ||||
| 	function check_htaccess(&$checks) { | ||||
| 		$a = get_app(); | ||||
| 		$status = true; | ||||
| 		$help = ''; | ||||
| 		$ssl_error = false; | ||||
| @@ -711,7 +710,6 @@ class Setup extends \Zotlabs\Web\Controller { | ||||
| 	 * @return string with parsed HTML | ||||
| 	 */ | ||||
| 	function what_next() { | ||||
| 		$a = get_app(); | ||||
| 		// install the standard theme | ||||
| 		set_config('system', 'allowed_themes', 'redbasic'); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user