Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/files/view/PhabricatorGlobalUploadTargetView.php b/src/applications/files/view/PhabricatorGlobalUploadTargetView.php
index 01eb2902b1..15f6adba83 100644
--- a/src/applications/files/view/PhabricatorGlobalUploadTargetView.php
+++ b/src/applications/files/view/PhabricatorGlobalUploadTargetView.php
@@ -1,37 +1,37 @@
<?php
final class PhabricatorGlobalUploadTargetView extends AphrontView {
private $showIfSupportedID;
public function setShowIfSupportedID($show_if_supported_id) {
$this->showIfSupportedID = $show_if_supported_id;
return $this;
}
public function getShowIfSupportedID() {
return $this->showIfSupportedID;
}
public function render() {
$instructions_id = celerity_generate_unique_node_id();
require_celerity_resource('global-drag-and-drop-css');
Javelin::initBehavior('global-drag-and-drop', array(
'ifSupported' => $this->showIfSupportedID,
'instructions' => $instructions_id,
'uploadURI' => '/file/dropupload/',
- 'browseURI' => '/file/filter/my/',
+ 'browseURI' => '/file/query/authored/',
));
return phutil_tag(
'div',
array(
'id' => $instructions_id,
'class' => 'phabricator-global-upload-instructions',
'style' => 'display: none;',
),
pht("\xE2\x87\xAA Drop Files to Upload"));
}
}

File Metadata

Mime Type
text/x-diff
Expires
Tue, Dec 2, 4:14 AM (23 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
431623
Default Alt Text
(1 KB)

Event Timeline