BugBuster1701 / contao-cron-bundle

Contao 4/5 CRON Scheduler Bundle
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Notice: Undefined index: cron_limit #16

Closed BugBuster1701 closed 6 years ago

BugBuster1701 commented 6 years ago
{
  /daten/contao4go/contao45.contaodev/vendor/bugbuster/contao-cron-bundle/src/Resources/contao/controllers/ContaoFrontendController.php:77 {
    › 
    › $limit = is_null($GLOBALS['TL_CONFIG']['cron_limit']) ? $this->cron_max_run : intval($GLOBALS['TL_CONFIG']['cron_limit']);
    › 
  }