diff --git a/src/QUI/Cron/EventHandler.php b/src/QUI/Cron/EventHandler.php
index 5ea9431436938c701879491fcf798efc7f1a6fea..ef6f2fb8999cbff5f980f79883fe316bbea0814b 100644
--- a/src/QUI/Cron/EventHandler.php
+++ b/src/QUI/Cron/EventHandler.php
@@ -126,7 +126,7 @@ class EventHandler
     {
         QUI::getMessagesHandler()->sendAttention(
             QUI::getUserBySession(),
-            QUI::getLocale()->get('quiqqer/cron', 'message.cron.admin.info.24h')
+            QUI::getUserBySession()->getLocale()->get('quiqqer/cron', 'message.cron.admin.info.24h')
         );
     }
 }