Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14380640
D15214.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
582 B
Referenced Files
None
Subscribers
None
D15214.diff
View Options
diff --git a/src/applications/project/searchfield/PhabricatorProjectSearchField.php b/src/applications/project/searchfield/PhabricatorProjectSearchField.php
--- a/src/applications/project/searchfield/PhabricatorProjectSearchField.php
+++ b/src/applications/project/searchfield/PhabricatorProjectSearchField.php
@@ -34,7 +34,7 @@
if ($slugs) {
$projects = id(new PhabricatorProjectQuery())
- ->setViewer($this->requireViewer())
+ ->setViewer($this->getViewer())
->withSlugs($slugs)
->execute();
foreach ($projects as $project) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 4:06 AM (21 h, 4 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6917396
Default Alt Text
D15214.diff (582 B)
Attached To
Mode
D15214: Fix a bad call when prefilling ApplicationSearch from `?projects=some_slug`
Attached
Detach File
Event Timeline
Log In to Comment