Skip to content

Commit

Permalink
hotfix register cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Dec 26, 2023
1 parent 540ebec commit 79a5be8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

if(rex_addon::get('cronjob')->isAvailable() && !rex::isSafeMode()) {
rex_cronjob_manager::registerType('rex_cronjob_neues_publish');
}

if (rex_addon::get('yform')->isAvailable() && !rex::isSafeMode()) {

rex_yform_manager_dataset::setModelClass(
Expand Down

0 comments on commit 79a5be8

Please sign in to comment.