mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Update cron_class.php
This commit is contained in:
@@ -57,7 +57,7 @@ class _system_cron
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$mes->addError("No git repo found"); //TODO LAN
|
$mes->addError(LAN_CRON_66);
|
||||||
}
|
}
|
||||||
|
|
||||||
$fl->chmod(e_BASE."cron.php",0755);
|
$fl->chmod(e_BASE."cron.php",0755);
|
||||||
@@ -90,7 +90,7 @@ class _system_cron
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$mes->addError("No git repo found in theme folder"); //TODO LAN
|
$mes->addError(LAN_CRON_67);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user