Skip to content

Commit

Permalink
fix: set path for view init
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Nov 1, 2023
1 parent 1d98036 commit 3039182
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3039182

Please sign in to comment.