wall photo uploads brought back

This commit is contained in:
friendica 2012-10-24 21:15:32 +11:00
parent 336f5e8c87
commit 2b95ce9f07

View file

@ -129,7 +129,7 @@ function wall_upload_post(&$a) {
$smallest = 0;
$defperm = '<' . $default_cid . '>';
$defperm = '<' . $channel['channel_hash'] . '>';
$r = $ph->store($page_owner_uid, $visitor, $hash, $filename, t('Wall Photos'), 0, 0, $defperm);