1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Update cron_class.php

This commit is contained in:
Gábor
2019-06-12 06:31:06 +02:00
committed by GitHub
parent 36b4c354eb
commit 3bf6b7d32a

View File

@@ -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);
}
}