Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682433
D25247.1734659405.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
554 B
Referenced Files
None
Subscribers
None
D25247.1734659405.diff
View Options
diff --git a/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php b/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php
--- a/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php
+++ b/src/applications/repository/query/PhabricatorRepositoryRefCursorQuery.php
@@ -132,7 +132,7 @@
$name_hashes);
}
- if (strlen($this->datasourceQuery)) {
+ if (phutil_nonempty_string($this->datasourceQuery)) {
$where[] = qsprintf(
$conn,
'refNameRaw LIKE %>',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 01:50 (21 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016352
Default Alt Text
D25247.1734659405.diff (554 B)
Attached To
Mode
D25247: Fix PHP 8.1 "strlen(null)" exception which blocks rendering a Diffusion repository page
Attached
Detach File
Event Timeline
Log In to Comment