Skip to content

Commit

Permalink
v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
demel42 committed Feb 16, 2024
1 parent 1a4d385 commit cf46780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuderusKM200/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ public function DatapointSheet()
}

$this->MaintainMedia('Datapoints', $this->Translate('Buderus KM200 Datapoints'), MEDIATYPE_DOCUMENT, '.csv', false, 1000, true);
$this->SetMediaContent('Datapoints', $data);
$this->SetMediaContent('Datapoints', base64_encode($buf)););
}

private function GetKey()
Expand Down

0 comments on commit cf46780

Please sign in to comment.