fbpost: Only mirror posts from pages when they are from the page id
privacy_image_cache: Save pictures with extensions
This commit is contained in:
@@ -1042,6 +1042,9 @@ function fbpost_fetchwall($a, $uid) {
|
||||
if(isset($item->privacy) && ($item->privacy->value !== 'EVERYONE') && ($item->privacy->value !== ''))
|
||||
continue;
|
||||
|
||||
if (($post_to_page != $item->from->id) AND ((int)$post_to_page != 0))
|
||||
continue;
|
||||
|
||||
$_SESSION["authenticated"] = true;
|
||||
$_SESSION["uid"] = $uid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user