dev scheduled job

This commit is contained in:
Yuri Kuznetsov
2014-01-21 18:54:13 +02:00
parent 6b2e2d09c4
commit e32d13fbf2
16 changed files with 172 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ class Admin extends \Espo\Core\Controllers\Base
if (!$this->getUser()->isAdmin()) {
throw new Forbidden();
}
}
}
public function actionRebuild($params, $data)
{