X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Ffollow.php;h=b92a0d980fb57e1150214c07aee7e5b590277c05;hb=0f2c27e041720ef25e353e7b38de1e85f7a73db3;hp=a8fdc31b5a2fd5775570fe8a0e21dc91ff0ab594;hpb=db949bb802448184bfe5164d8d3dd86ddf51b187;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index a8fdc31b5a..b92a0d980f 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -5,7 +5,6 @@ require_once('include/follow.php'); require_once('include/Contact.php'); require_once('include/contact_selectors.php'); -if(! function_exists('follow_content')) { function follow_content(&$a) { if(! local_user()) { @@ -149,9 +148,7 @@ function follow_content(&$a) { return $o; } -} -if(! function_exists('follow_post')) { function follow_post(&$a) { if(! local_user()) { @@ -188,4 +185,3 @@ function follow_post(&$a) { goaway($return_url); // NOTREACHED } -}