X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsubthread.php;h=646a4230c5f486819100624ddf754231b52814d1;hb=63e2695d226d195c6a97e1045d6b174591dd2487;hp=c689f7f6cb57c50e089212e12cc784a8b3aba53a;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/subthread.php b/mod/subthread.php index c689f7f6cb..646a4230c5 100644 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -5,7 +5,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); -function subthread_content(App &$a) { +function subthread_content(App $a) { if(! local_user() && ! remote_user()) { return; @@ -49,7 +49,7 @@ function subthread_content(App &$a) { } } - // this represents the post owner on this system. + // this represents the post owner on this system. $r = q("SELECT `contact`.*, `user`.`nickname` FROM `contact` LEFT JOIN `user` ON `contact`.`uid` = `user`.`uid` WHERE `contact`.`self` = 1 AND `contact`.`uid` = %d LIMIT 1",