Corrected variable

This commit is contained in:
Michael 2018-06-05 05:44:04 +00:00
parent 18a77a1b45
commit e632be763c
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ function api_statuses_update($type)
if (x($_FILES, 'media')) {
// upload the image if we have one
$picture = wall_upload_post($a, false);
if (is_array($media)) {
if (is_array($picture)) {
$_REQUEST['body'] .= "\n\n" . '[url=' . $picture["albumpage"] . '][img]' . $picture["preview"] . "[/img][/url]";
}
}