Page MenuHomePhorge

D25254.1741813748.diff
No OneTemporary

D25254.1741813748.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
Wed, Mar 12, 21:09 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126180
Default Alt Text
D25254.1741813748.diff (617 B)

Event Timeline