diff options
author | Andrew Manning <tamanning@zoho.com> | 2015-11-30 07:50:21 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2015-11-30 07:50:21 -0500 |
commit | d4b04d22eda4e60f5c6d11d1cb2223dee912783a (patch) | |
tree | f50541fa6c275b53a284f14694b7462e5763caa4 /mod/setup.php | |
parent | b1f4b9759b34249540d81aed724aa023153e2b53 (diff) | |
parent | 650f882265cc0256fa85046baacca9dc6db56d24 (diff) | |
download | volse-hubzilla-d4b04d22eda4e60f5c6d11d1cb2223dee912783a.tar.gz volse-hubzilla-d4b04d22eda4e60f5c6d11d1cb2223dee912783a.tar.bz2 volse-hubzilla-d4b04d22eda4e60f5c6d11d1cb2223dee912783a.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla into update-addon-script
Diffstat (limited to 'mod/setup.php')
-rwxr-xr-x | mod/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/setup.php b/mod/setup.php index e5ac25965..5c9e988d9 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -14,7 +14,7 @@ $install_wizard_pass = 1; * * @param[in,out] App &$a */ -function setup_init(&$a){ +function setup_init(&$a) { // Ensure that if somebody hasn't read the install documentation and doesn't have all // the required modules or has a totally borked shared hosting provider and they can't |