fix photos page permissions

This commit is contained in:
rabuzarus 2016-11-14 18:49:51 +01:00
commit 9878974e1f
5 changed files with 51 additions and 51 deletions

View file

@ -263,7 +263,7 @@ function videos_content(&$a) {
$can_post = true;
$contact = $r[0];
$remote_contact = true;
$visitor = $cid;
$visitor = $contact_id;
}
}
}