Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15375683
D17383.id41794.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Referenced Files
None
Subscribers
None
D17383.id41794.diff
View Options
diff --git a/src/applications/search/controller/PhabricatorSearchHovercardController.php b/src/applications/search/controller/PhabricatorSearchHovercardController.php
--- a/src/applications/search/controller/PhabricatorSearchHovercardController.php
+++ b/src/applications/search/controller/PhabricatorSearchHovercardController.php
@@ -9,7 +9,7 @@
public function handleRequest(AphrontRequest $request) {
$viewer = $this->getViewer();
- $phids = $request->getStrList('phids');
+ $phids = $request->getArr('phids');
// If object names are provided, look them up and pretend they were
// passed as additional PHIDs. This is primarily useful for debugging,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 11:36 PM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389391
Default Alt Text
D17383.id41794.diff (682 B)
Attached To
Mode
D17383: Fix a bad parameter read in hovercard
Attached
Detach File
Event Timeline
Log In to Comment