]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Authentication.php
Merge pull request #8226 from nupplaphil/bug/wait_for_conn
[friendica.git] / src / App / Authentication.php
index c0408a8111e19deeac91bc1207e5cba599675370..2e1a823c71d2e9fb60b6fd282248ee563db4cab8 100644 (file)
@@ -373,7 +373,7 @@ class Authentication
                        if ($user_record['login_date'] <= DBA::NULL_DATETIME) {
                                info($this->l10n->t('Welcome %s', $user_record['username']));
                                info($this->l10n->t('Please upload a profile photo.'));
-                               $this->baseUrl->redirect('profile_photo/new');
+                               $this->baseUrl->redirect('settings/profile/photo/new');
                        } else {
                                info($this->l10n->t("Welcome back %s", $user_record['username']));
                        }