Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2683800
D25254.1734691978.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
617 B
Referenced Files
None
Subscribers
None
D25254.1734691978.diff
View Options
diff --git a/src/applications/multimeter/controller/MultimeterSampleController.php b/src/applications/multimeter/controller/MultimeterSampleController.php
--- a/src/applications/multimeter/controller/MultimeterSampleController.php
+++ b/src/applications/multimeter/controller/MultimeterSampleController.php
@@ -10,7 +10,7 @@
$viewer = $this->getViewer();
$group_map = $this->getColumnMap();
- $group = explode('.', $request->getStr('group'));
+ $group = explode('.', $request->getStr('group', ''));
$group = array_intersect($group, array_keys($group_map));
$group = array_fuse($group);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 10:52 (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1017211
Default Alt Text
D25254.1734691978.diff (617 B)
Attached To
Mode
D25254: Fix PHP 8.1 "explode(null)" exception which blocks rendering the Multimeter page
Attached
Detach File
Event Timeline
Log In to Comment