Page MenuHomePhorge

D25556.1737261618.diff
No OneTemporary

D25556.1737261618.diff

diff --git a/src/applications/project/typeahead/PhabricatorProjectDatasource.php b/src/applications/project/typeahead/PhabricatorProjectDatasource.php
--- a/src/applications/project/typeahead/PhabricatorProjectDatasource.php
+++ b/src/applications/project/typeahead/PhabricatorProjectDatasource.php
@@ -96,7 +96,7 @@
// If we're building results for the autocompleter and this project
// doesn't have any usable slugs, don't return it as a result.
- if ($for_autocomplete && !strlen($slug)) {
+ if ($for_autocomplete && !phutil_nonempty_string($slug)) {
continue;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 04:40 (4 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1117914
Default Alt Text
D25556.1737261618.diff (611 B)

Event Timeline