Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14044760
D8194.id18536.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
722 B
Referenced Files
None
Subscribers
None
D8194.id18536.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionBrowseFileController.php b/src/applications/diffusion/controller/DiffusionBrowseFileController.php
--- a/src/applications/diffusion/controller/DiffusionBrowseFileController.php
+++ b/src/applications/diffusion/controller/DiffusionBrowseFileController.php
@@ -891,7 +891,7 @@
$follow = 'created';
} else if ($parent) {
// If we found a parent, jump to it. This is the normal case.
- $target_commit = $parent->getCommitIdentifier();
+ $target_commit = $parent;
} else {
// If there's no parent, this was probably created in the initial commit?
// And the "was_created" check will fail because we can't identify the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 13, 8:41 PM (6 d, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6766970
Default Alt Text
D8194.id18536.diff (722 B)
Attached To
Mode
D8194: Diffusion - fix browse file bug
Attached
Detach File
Event Timeline
Log In to Comment