Page MenuHomePhorge

D25556.1745838553.diff
No OneTemporary

D25556.1745838553.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
Mon, Apr 28, 11:09 (20 h, 6 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1117914
Default Alt Text
D25556.1745838553.diff (611 B)

Event Timeline