Page MenuHomePhorge

D25254.1737938233.diff
No OneTemporary

D25254.1737938233.diff

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

Mime Type
text/plain
Expires
Mon, Jan 27, 00:37 (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126180
Default Alt Text
D25254.1737938233.diff (617 B)

Event Timeline