summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-10-16 13:48:01 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-19 08:26:39 +0200
commit94f04d4a20cbbadb7d8ad835bc7ae3dc1c4256fd (patch)
treea425fe5ec79ea6c168d3c3d99398fc6714d823e0 /templates
parent9cab23574fbaf59c07dc3f187f0490f298dd9e75 (diff)
cleanup old cron stuff and make cron-warning.js part of build so it can be committed
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index db9b2f218..cc7890a87 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -1,6 +1,6 @@
<?php if ($_['warnings']['improperlyConfiguredCron']) {
- script('news', 'test')
+ script('news', 'nextcloud-news-cron-warning')
?>
<div></div>
<?php }; ?>