Browse code

Change cronjob from daily to hourly

Benjamin Roth authored on22/06/2017 10:11:44
Showing1 changed files
... ...
@@ -26,4 +26,4 @@ $GLOBALS['NOTIFICATION_CENTER']['NOTIFICATION_TYPE']['contao']['news_submitted']
26 26
   )
27 27
 );
28 28
 
29
-$GLOBALS['TL_CRON']['daily'][]    = array('eSM_nc_news\\NewsNotifications', 'sendNotifications');
30 29
\ No newline at end of file
30
+$GLOBALS['TL_CRON']['hourly'][]    = array('eSM_nc_news\NewsNotifications', 'sendNotifications');
31 31
\ No newline at end of file