1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 12:41:19 +01:00

Fix file upload redirect URI

Summary: Ref T2625. This is now "query" instead of "filter" with the new search stuff.

Test Plan: Uploaded a file. Grepped for 'file/filter'.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T2625

Differential Revision: https://secure.phabricator.com/D6105
This commit is contained in:
epriestley 2013-05-31 14:35:25 -07:00
parent 831590410a
commit 569ddd3e78

View file

@ -22,7 +22,7 @@ final class PhabricatorGlobalUploadTargetView extends AphrontView {
'ifSupported' => $this->showIfSupportedID,
'instructions' => $instructions_id,
'uploadURI' => '/file/dropupload/',
'browseURI' => '/file/filter/my/',
'browseURI' => '/file/query/authored/',
));
return phutil_tag(