X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=44ebdd77b1eb73d048f9d2bfe649011ddd73034b;hb=71d44d78ec5b16a53b82f4e631b86cd8247a9b0f;hp=844b06a715df5c42a6d39d776eeed7ca59adf8ef;hpb=706b6e8c84be332ff8310fffe13c83e784e46904;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index 844b06a715..44ebdd77b1 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -299,7 +299,7 @@ if(! function_exists('settings_content')) { function settings_content(&$a) { $o = ''; - $o .= ''; + nav_set_selected('settings'); if(! local_user()) { notice( t('Permission denied.') . EOL ); @@ -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'),