From: Philipp Holzer Date: Sat, 13 Oct 2018 17:05:54 +0000 (+0200) Subject: rename argv to getArgumentValue X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=059bd1307f9590464975caa79b4b3815349dac7f;p=friendica.git rename argv to getArgumentValue --- diff --git a/mod/admin.php b/mod/admin.php index ade6b0cad1..d0e8ab0e38 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -2536,7 +2536,7 @@ function admin_page_features_post(App $a) */ function admin_page_features(App $a) { - if (($a->argc > 1) && ($a->argv[1] === 'features')) { + if (($a->argc > 1) && ($a->getArgumentValue(1) === 'features')) { $arr = []; $features = Feature::get(false);