get rid of get_app()

This commit is contained in:
zotlabs
2017-03-28 16:02:47 -07:00
parent d12b360e92
commit c5828fecc1
7 changed files with 3 additions and 30 deletions

View File

@@ -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');