Page MenuHomePhabricator

D14441.id34897.diff
No OneTemporary

D14441.id34897.diff

diff --git a/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php b/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
--- a/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
+++ b/src/applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php
@@ -107,7 +107,7 @@
return array();
}
- $tokens = preg_split('/\s+|[-\[\]]/', $string);
+ $tokens = preg_split('/\s+|[-\[\]]/u', $string);
return array_unique($tokens);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 7:24 AM (3 d, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717073
Default Alt Text
D14441.id34897.diff (521 B)

Event Timeline