Page MenuHomePhabricator

D20363.id48583.diff
No OneTemporary

D20363.id48583.diff

diff --git a/src/applications/differential/render/DifferentialChangesetRenderer.php b/src/applications/differential/render/DifferentialChangesetRenderer.php
--- a/src/applications/differential/render/DifferentialChangesetRenderer.php
+++ b/src/applications/differential/render/DifferentialChangesetRenderer.php
@@ -684,7 +684,12 @@
// If this change is missing context, don't try to identify scopes, since
// we won't really be able to get anywhere.
$has_multiple_hunks = (count($hunk_starts) > 1);
- $has_offset_hunks = (head_key($hunk_starts) != 1);
+
+ $has_offset_hunks = false;
+ if ($hunk_starts) {
+ $has_offset_hunks = (head_key($hunk_starts) != 1);
+ }
+
$missing_context = ($has_multiple_hunks || $has_offset_hunks);
if ($missing_context) {

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 7:42 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710304
Default Alt Text
D20363.id48583.diff (816 B)

Event Timeline