mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +01:00
commit
baa1c8c485
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -105,4 +105,5 @@ define("LAN_CRON_LOGGING", "Logging");
|
|||||||
define("LAN_CRON_RUNNING", "Running");
|
define("LAN_CRON_RUNNING", "Running");
|
||||||
|
|
||||||
define("LAN_CRON_65", "Update git theme repository");
|
define("LAN_CRON_65", "Update git theme repository");
|
||||||
|
define("LAN_CRON_66", "No git repo found");
|
||||||
|
define("LAN_CRON_67", "No git repo found in theme folder");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user