X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoke.php;h=83f3bf1c735894fcfd37b058f45975387ad55e09;hb=512e58a7db8fed2e3a5347b3e3ef0098718f86fb;hp=82cf4b6d2c21667d9d1e85fe21186d8d212ad714;hpb=56ee734b00aead633d5d213a6b140b75bc17ba96;p=friendica.git diff --git a/mod/poke.php b/mod/poke.php index 82cf4b6d2c..83f3bf1c73 100644 --- a/mod/poke.php +++ b/mod/poke.php @@ -11,13 +11,15 @@ * * private creates a private conversation with the recipient. Otherwise your profile's default post privacy is used. * - */ * @file mod/poke.php + */ + +use Friendica\App; + require_once('include/security.php'); require_once('include/bbcode.php'); require_once('include/items.php'); - function poke_init(App $a) { if (! local_user()) {