From 843524be0f8b988f38bcbe28b4acceee2b9199d5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 15 Feb 2015 16:13:10 +0100 Subject: api/file/create_multipase: return URL Signed-off-by: Florian Pritz --- application/service/files.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/service') diff --git a/application/service/files.php b/application/service/files.php index 1097c5201..15361227c 100644 --- a/application/service/files.php +++ b/application/service/files.php @@ -279,6 +279,7 @@ class files { return array( "url_id" => $url_id, + "url" => site_url($url_id)."/", ); } -- cgit v1.2.3-24-g4f1b