]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/RemoteFollow.php
Merge pull request #12928 from jsoref/spelling
[friendica.git] / src / Module / Profile / RemoteFollow.php
index 7111146a28699a7e563dc74aad6260a861044973..5c7ff5138d30eba60dd7e8e0f04d207093d2e4d2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -77,7 +77,7 @@ class RemoteFollow extends BaseModule
                if (!empty($request['cancel']) || empty($request['dfrn_url'])) {
                        $this->baseUrl->redirect('profile/' . $this->parameters['nickname']);
                }
-       
+
                if (empty($this->owner)) {
                        $this->systemMessages->addNotice($this->t('Profile unavailable.'));
                        return;