Page MenuHomePhorge

D25498.1734726032.diff
No OneTemporary

D25498.1734726032.diff

diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -1516,7 +1516,14 @@
}
}
+ /**
+ * @param string|null $revision_id
+ * @return string
+ */
final protected function normalizeRevisionID($revision_id) {
+ if ($revision_id === null) {
+ return '';
+ }
return preg_replace('/^D/i', '', $revision_id);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 20:20 (51 m, 30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1020980
Default Alt Text
D25498.1734726032.diff (457 B)

Event Timeline