Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15334051
D15100.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
634 B
Referenced Files
None
Subscribers
None
D15100.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
@@ -1826,7 +1826,7 @@
$names = array();
foreach ($blame_commits as $identifier => $commit) {
$author = $commit->renderAuthorShortName($handles);
- $name = $commit->getShortName();
+ $name = $commit->getLocalName();
$authors[$identifier] = $author;
$names[$identifier] = $name;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 9, 6:30 AM (2 d, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387097
Default Alt Text
D15100.diff (634 B)
Attached To
Mode
D15100: Fix bad call to getShortName()
Attached
Detach File
Event Timeline
Log In to Comment