Page MenuHomePhorge

D25498.1736647935.diff
No OneTemporary

D25498.1736647935.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
Sun, Jan 12, 02:12 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111668
Default Alt Text
D25498.1736647935.diff (457 B)

Event Timeline