X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=6e1f9069472040cf56b51ad262bbc2f31467235f;hb=1058b28ceabcec802932fc33bb79e6ce7814f945;hp=3ba33780ba944327cd2fa86a6a4ad88fc5c06120;hpb=17858bd8443e0384602b71478fd0b1a00cfeafb1;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 3ba33780ba..6e1f906947 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -5,7 +5,7 @@ require_once('include/follow.php'); require_once('include/Contact.php'); require_once('include/contact_selectors.php'); -function follow_content(App &$a) { +function follow_content(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL); @@ -110,7 +110,7 @@ function follow_content(App &$a) { //'$photo' => proxy_url($ret["photo"], false, PROXY_SIZE_SMALL), '$desc' => "", '$pls_answer' => t('Please answer the following:'), - '$does_know_you' => array('knowyou', sprintf(t('Does %s know you?'),$ret["name"]), false, '', array(t('No'),t('Yes'))), + '$does_know_you' => array('knowyou', sprintf(t('Does %s know you?'),$ret["name"]), false, '', array(t('No'), t('Yes'))), '$add_note' => t('Add a personal note:'), '$page_desc' => "", '$friendica' => "", @@ -152,7 +152,7 @@ function follow_content(App &$a) { return $o; } -function follow_post(App &$a) { +function follow_post(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);