1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00
This commit is contained in:
Mzhelskiy Maxim 2010-05-18 12:32:28 +00:00
parent 145a4364e1
commit 80cef80dde

View file

@ -40,6 +40,10 @@ class Cron extends Object {
public function __construct($sLockFile=null) {
$this->oEngine=Engine::getInstance();
/**
* Инициализируем ядро
*/
$this->oEngine->Init();
if(!empty($sLockFile)) {
$this->oLockFile=fopen($sLockFile,'a');