X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffollow.php;h=8d5cb991267ea620b7f822a7349df424e15111bf;hb=dd0a1cf586fc37fe9a3d84af277c7504136a3bf9;hp=2e970ad0cb853f7092e42cf29ebd0215a901b92b;hpb=8b7d5d0efc3e28b2f7a5407f6583c8232739aa71;p=friendica.git diff --git a/mod/follow.php b/mod/follow.php index 2e970ad0cb..8d5cb99126 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -1,11 +1,13 @@ 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 +154,7 @@ function follow_content(&$a) { return $o; } -function follow_post(&$a) { +function follow_post(App $a) { if (! local_user()) { notice( t('Permission denied.') . EOL);