]> git.mxchange.org Git - friendica.git/blobdiff - mod/cal.php
Merge pull request #10437 from annando/reduce-proxy
[friendica.git] / mod / cal.php
index c867582a7f96e6bcbbc12a677cb5334c6e4f63ff..f3ff80cf99b3239d4cd8d5689f548a63c3acbdf1 100644 (file)
@@ -67,7 +67,7 @@ function cal_init(App $a)
                return;
        }
 
-       $a->profile = Profile::getByNickname($nick, $a->profile_uid);
+       $a->profile = Profile::getByNickname($nick);
        if (empty($a->profile)) {
                throw new HTTPException\NotFoundException(DI::l10n()->t('User not found.'));
        }