Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: set path for view init
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Nov 1, 2023
commit 6cfe5ae53d5ef80c8b6cba9f27f512bb1539049d
2 changes: 1 addition & 1 deletion lib/SystemStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SystemStatistics {

public function __construct(IConfig $config, IAppManager $appManager, Installer $installer, Os $os) {
$this->config = $config;
$this->view = new View();
$this->view = new View('');
$this->appManager = $appManager;
$this->installer = $installer;
$this->os = $os;
Expand Down