Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682780
D25169.1734671725.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
582 B
Referenced Files
None
Subscribers
None
D25169.1734671725.diff
View Options
diff --git a/src/applications/search/engine/PhabricatorApplicationSearchEngine.php b/src/applications/search/engine/PhabricatorApplicationSearchEngine.php
--- a/src/applications/search/engine/PhabricatorApplicationSearchEngine.php
+++ b/src/applications/search/engine/PhabricatorApplicationSearchEngine.php
@@ -872,7 +872,7 @@
protected function readBoolFromRequest(
AphrontRequest $request,
$key) {
- if (!strlen($request->getStr($key))) {
+ if (!phutil_nonempty_string($request->getStr($key))) {
return null;
}
return $request->getBool($key);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 05:15 (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016559
Default Alt Text
D25169.1734671725.diff (582 B)
Attached To
Mode
D25169: Fix PHP 8.1 "strlen(null)" exception which blocks rendering Notifications' Advanced Search page
Attached
Detach File
Event Timeline
Log In to Comment