From: Michael Date: Thu, 2 Nov 2017 11:17:10 +0000 (+0000) Subject: A single mistake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6949ab25f7a3e4567e74e240664492b2fc02dace;p=friendica.git A single mistake --- diff --git a/include/dfrn.php b/include/dfrn.php index 52730fa2b5..40149eec2b 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -2007,7 +2007,7 @@ class dfrn { return false; } - // Is the post only directed to a sigle forum + // Is the post only directed to a single forum? if ($existing['allow_cid'] != '<'.$item['contact-id'].'>') { return false; }