get rid of get_app()

This commit is contained in:
zotlabs
2017-03-28 16:02:47 -07:00
committed by Mario Vavti
parent b2a51db14e
commit c20aa6062c
7 changed files with 3 additions and 30 deletions

View File

@@ -624,7 +624,6 @@ class Setup extends \Zotlabs\Web\Controller {
* @param[out] array &$checks
*/
function check_htaccess(&$checks) {
$a = get_app();
$status = true;
$help = '';
$ssl_error = false;
@@ -718,7 +717,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');