Page MenuHomePhorge

D25556.1737014675.diff
No OneTemporary

D25556.1737014675.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
Jan 16 2025, 08:04 (8 w, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1117914
Default Alt Text
D25556.1737014675.diff (611 B)

Event Timeline