From 1c38a83927ba318b1ef5115c0fe2fda0cdb5e454 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 16 Aug 2017 20:55:38 +0200 Subject: Always log cron execution There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke --- settings/templates/settings/admin/server.php | 40 +++++++++++++--------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'settings') diff --git a/settings/templates/settings/admin/server.php b/settings/templates/settings/admin/server.php index 407badcff41..ab30f8e7700 100644 --- a/settings/templates/settings/admin/server.php +++ b/settings/templates/settings/admin/server.php @@ -156,28 +156,26 @@

t('Background jobs'));?>

- -

- - - - t("Last job ran %s.", [$relative_time]));?> - - - - - t("Last job execution ran %s. Something seems wrong.", [$relative_time]));?> - - +

+ + + + t("Last job ran %s.", [$relative_time]));?> + + - t("Background job didn’t run yet!")); - endif; ?> -

- + + t("Last job execution ran %s. Something seems wrong.", [$relative_time]));?> + + + + t("Background job didn’t run yet!")); + endif; ?> +

-- cgit v1.2.3