A single mistake

This commit is contained in:
Michael 2017-11-02 11:17:10 +00:00
parent 82a3e0558c
commit 6949ab25f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}