From f9dbb7f814bb1490e222250993d3f45af97f9a1e Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Sun, 17 Dec 2023 16:50:10 +0100 Subject: [PATCH] Update install.php --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 82b90da..ce05c0d 100644 --- a/install.php +++ b/install.php @@ -18,7 +18,7 @@ } /* Cronjob installieren */ -$cronjob = array_filter(rex_sql::factory()->getArray("SELECT * FROM rex_category WHERE `type` = 'rex_cronjob_neues_publish'")); +$cronjob = array_filter(rex_sql::factory()->getArray("SELECT * FROM rex_cronjob WHERE `type` = 'rex_cronjob_neues_publish'")); if (!$cronjob) { $query = rex_file::get(rex_path::addon('neues', 'install/rex_cronjob_neues_publish.sql')); rex_sql::factory()->setQuery($query);