Page MenuHomePhabricator

D8194.diff
No OneTemporary

D8194.diff

Index: src/applications/diffusion/controller/DiffusionBrowseFileController.php
===================================================================
--- src/applications/diffusion/controller/DiffusionBrowseFileController.php
+++ 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

Mime Type
text/plain
Expires
Tue, Oct 29, 12:36 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6743059
Default Alt Text
D8194.diff (705 B)

Event Timeline