]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/password.php
more specific fetchers
[quix0rs-gnu-social.git] / actions / password.php
index 3a89c99d333a5f90ffd9223b1bf394767c45a7bf..8f770a969d57c75ff4220724dd63e6dfaa4c49c6 100644 (file)
@@ -69,7 +69,7 @@ class PasswordAction extends SettingsAction {
                        $this->show_form(_t('Error saving user; invalid.'));
                        return;
                }
-               
+
                if (!$user->update($original)) {
                        common_server_error(_t('Can\'t save new password.'));
                        return;