Page MenuHomePhorge

D25498.1734777251.diff
No OneTemporary

D25498.1734777251.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
Sat, Dec 21, 10:34 (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1020980
Default Alt Text
D25498.1734777251.diff (457 B)

Event Timeline