Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14082145
D18664.id44810.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
585 B
Referenced Files
None
Subscribers
None
D18664.id44810.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionBrowseController.php b/src/applications/diffusion/controller/DiffusionBrowseController.php
--- a/src/applications/diffusion/controller/DiffusionBrowseController.php
+++ b/src/applications/diffusion/controller/DiffusionBrowseController.php
@@ -1557,7 +1557,8 @@
$commit_tag = $this->renderCommitHashTag($drequest);
- $path = nonempty(basename($drequest->getPath()), '/');
+ $path = nonempty($drequest->getPath(), '/');
+
$search = $this->renderSearchForm($path);
$header = id(new PHUIHeaderView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 10:56 PM (19 h, 1 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6780015
Default Alt Text
D18664.id44810.diff (585 B)
Attached To
Mode
D18664: Correct bad context path when doing pattern search inside a repository
Attached
Detach File
Event Timeline
Log In to Comment