]> git.mxchange.org Git - friendica.git/blobdiff - mod/unfollow.php
Fix fatal error because of unknown function "fetchUrl"
[friendica.git] / mod / unfollow.php
index 09466ba8027dc91b1d68d21cf036fa42e9315144..5ccc9c859af35382b5923dfa786cb8f2cf12a665 100644 (file)
@@ -79,7 +79,6 @@ function unfollow_post(App $a)
                $return_path = $base_return_path . '/' . $contact['id'];
        }
 
-       info(DI::l10n()->t('Contact unfollowed'));
        DI::baseUrl()->redirect($return_path);
        // NOTREACHED
 }