photo album widget permissions issue

This commit is contained in:
redmatrix
2015-11-17 15:03:27 -08:00
parent 6df98f080b
commit a06f7fbe2e
4 changed files with 9 additions and 3 deletions

View File

@@ -742,6 +742,8 @@ require_once('include/api_auth.php');
}
$user_info = api_get_user($a);
// logger('status_with_media: ' . print_r($_REQUEST,true), LOGGER_DEBUG);
$_REQUEST['type'] = 'wall';
$_REQUEST['profile_uid'] = api_user();
$_REQUEST['api_source'] = true;