Page MenuHomePhabricator

D14441.diff
No OneTemporary

D14441.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
Wed, Mar 26, 3:16 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382484
Default Alt Text
D14441.diff (521 B)

Event Timeline