From 3bf6b7d32aae1b02ddae531a4755d69f0566ac0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 12 Jun 2019 06:31:06 +0200 Subject: [PATCH] Update cron_class.php --- e107_handlers/cron_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/cron_class.php b/e107_handlers/cron_class.php index cb8b67587..8773decd2 100644 --- a/e107_handlers/cron_class.php +++ b/e107_handlers/cron_class.php @@ -57,7 +57,7 @@ class _system_cron } else { - $mes->addError("No git repo found"); //TODO LAN + $mes->addError(LAN_CRON_66); } $fl->chmod(e_BASE."cron.php",0755); @@ -90,7 +90,7 @@ class _system_cron } else { - $mes->addError("No git repo found in theme folder"); //TODO LAN + $mes->addError(LAN_CRON_67); } }