Page MenuHomePhorge

D25254.1737215500.diff
No OneTemporary

D25254.1737215500.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
Sat, Jan 18, 15:51 (2 h, 42 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126180
Default Alt Text
D25254.1737215500.diff (617 B)

Event Timeline