Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15455515
D17926.id43116.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Referenced Files
None
Subscribers
None
D17926.id43116.diff
View Options
diff --git a/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php b/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
--- a/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
+++ b/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
@@ -323,6 +323,12 @@
$new = $this->renderImageStage($new_file);
}
+ // If we don't have an explicit "vs" changeset, it's the left side of the
+ // "id" changeset.
+ if (!$vs) {
+ $vs = $id;
+ }
+
$html_old = array();
$html_new = array();
foreach ($this->getOldComments() as $on_line => $comment_group) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 31, 2:39 AM (4 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7727740
Default Alt Text
D17926.id43116.diff (682 B)
Attached To
Mode
D17926: Correct the generation of "<th />" IDs on left-hand-side of image changesets
Attached
Detach File
Event Timeline
Log In to Comment