Skip to content

Commit

Permalink
fixup! chore(legacy): Introduce public version class and drop version…
Browse files Browse the repository at this point in the history
… methods from OC_Util
  • Loading branch information
juliushaertl committed Sep 17, 2024
1 parent 1076be8 commit 8eb5ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ public function __construct($webRoot, \OC\Config $config) {
$c->get(IUserSession::class),
$c->get(IURLGenerator::class),
$c->get(ICacheFactory::class),
new Util($c->get(\OCP\IConfig::class), $this->get(IAppManager::class), $c->getAppDataDir('theming'), $imageManager),
new Util($c->get(ServerVersion::class), $c->get(\OCP\IConfig::class), $this->get(IAppManager::class), $c->getAppDataDir('theming'), $imageManager),
$imageManager,
$c->get(IAppManager::class),
$c->get(INavigationManager::class),
Expand Down

0 comments on commit 8eb5ab4

Please sign in to comment.