X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsettingsaction.php;h=fd4885c830223072a9421435def6fb756b448613;hb=6e181a2454e888b09313344138f66713d5c9c99f;hp=560534065f65c55a3149ce30d77496db9791c045;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 560534065f..fd4885c830 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -71,7 +71,6 @@ class SettingsAction extends Action if (!common_logged_in()) { // TRANS: Error message displayed when trying to perform an action that requires a logged in user. $this->clientError(_('Not logged in.')); - return; } else if (!common_is_real_login()) { // Cookie theft means that automatic logins can't // change important settings or see private info, and