diff options
author | Friendika <info@friendika.com> | 2011-07-12 23:14:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-12 23:14:38 -0700 |
commit | 74a608e1c77ab1d378ed6f09c8d70df3ea61cbca (patch) | |
tree | 33739a813e4ea5a8fb511a2514ff73ac2ddd3603 /mod | |
parent | 706b6e8c84be332ff8310fffe13c83e784e46904 (diff) | |
download | volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.tar.gz volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.tar.bz2 volse-hubzilla-74a608e1c77ab1d378ed6f09c8d70df3ea61cbca.zip |
openid settings appearing when disabled, don't tag numbers, install admin not getting set
Diffstat (limited to 'mod')
-rw-r--r-- | mod/install.php | 2 | ||||
-rw-r--r-- | mod/settings.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 301630528..970ff6af8 100644 --- a/mod/install.php +++ b/mod/install.php @@ -140,7 +140,7 @@ function install_content(&$a) { '$dbpass' => notags(trim($_POST['dbpass'])), '$dbdata' => notags(trim($_POST['dbdata'])), '$phpath' => $phpath, - '$adminemail' => notags(trim($_POST['adminemail'])) + '$adminmail' => notags(trim($_POST['adminmail'])) )); return $o; diff --git a/mod/settings.php b/mod/settings.php index 844b06a71..1b4098de8 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -490,6 +490,7 @@ function settings_content(&$a) { '$h_pass' => t('Password Settings'), '$password1'=> array('npassword', t('New Password:'), '', ''), '$password2'=> array('confirm', t('Confirm:'), '', t('Leave password fields blank unless changing')), + '$oid_enable' => (! get_config('system','no_openid')), '$openid' => $openid_field, '$h_basic' => t('Basic Settings'), |