From f3eb2eb9e7f5da80dae8518a70e05514a203d0f1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Feb 2013 16:54:09 -0800 Subject: convert wall_upload to use the photo api --- mod/photos.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index e74ced67c..90b2990aa 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -525,6 +525,7 @@ function photos_post(&$a) { * default post action - upload a photo */ + $_REQUEST['source'] = 'photos'; $r = photo_upload($a->channel,$a->get_observer(), $_REQUEST); if(! $r['success']) { -- cgit v1.2.3