]> source.dussan.org Git - nextcloud-server.git/commit
fix(cron.php): Avoid pulling configuration twice 43454/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 8 Feb 2024 13:38:03 +0000 (14:38 +0100)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 8 Feb 2024 13:38:03 +0000 (14:38 +0100)
commit1eb89421cce61a9a3d1b2c4c494fe6b3db16e681
tree5cb1b860a45cea26d76d758ea493075e98b0d621
parentcf6a0e083302bec3a387b9c27be42f64a8bf6b10
fix(cron.php): Avoid pulling configuration twice

IConfig is a small wrapper around SystemConfig, no need to pull both of them

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
cron.php