Page MenuHomePhabricator

D10636.diff
No OneTemporary

D10636.diff

diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditEditor.php
@@ -418,7 +418,7 @@
$message = $data->getCommitMessage();
$matches = null;
- if (!preg_match('/^Auditors:\s*(.*)$/im', $message, $matches)) {
+ if (!preg_match('/^Auditors?:\s*(.*)$/im', $message, $matches)) {
return array();
}

File Metadata

Mime Type
text/plain
Expires
Tue, May 14, 12:20 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287038
Default Alt Text
D10636.diff (516 B)

Event Timeline