mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix automatic updates
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
02ec273971
commit
0dd9177630
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ class ConfigurationManager
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($enableAutomaticUpdates === false) {
|
if ($enableAutomaticUpdates === false) {
|
||||||
$time .= '\nautomaticUpdatesAreNotEnabled';
|
$time .= PHP_EOL . 'automaticUpdatesAreNotEnabled';
|
||||||
}
|
}
|
||||||
file_put_contents(DataConst::GetDailyBackupTimeFile(), $time);
|
file_put_contents(DataConst::GetDailyBackupTimeFile(), $time);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue