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
Sat, Nov 16, 9:51 PM (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717073
Default Alt Text
D14441.diff (521 B)

Event Timeline