Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15320663
D10636.id30982.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
516 B
Referenced Files
None
Subscribers
None
D10636.id30982.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 10:06 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7332924
Default Alt Text
D10636.id30982.diff (516 B)
Attached To
Mode
D10636: Allow adding Auditors with the singular noun.
Attached
Detach File
Event Timeline
Log In to Comment