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:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user