|
@@ -100,7 +100,7 @@ discard block |
|
|
block discarded – undo |
|
100
|
100
|
$this->liveCycle(); |
|
101
|
101
|
$this->runner->stop(); |
|
102
|
102
|
} catch (Exception $e) { |
|
103
|
|
- $this->miscService->log('Exception while cronIndex: ' . get_class($e) . ' - ' . $e->getMessage()); |
|
|
103
|
+ $this->miscService->log('Exception while cronIndex: '.get_class($e).' - '.$e->getMessage()); |
|
104
|
104
|
$this->runner->exception($e->getMessage(), true); |
|
105
|
105
|
} |
|
106
|
106
|
|
|
@@ -164,6 +164,6 @@ discard block |
|
|
block discarded – undo |
|
164
|
164
|
* |
|
165
|
165
|
*/ |
|
166
|
166
|
private function setLastErrReset() { |
|
167
|
|
- $this->configService->setAppValue(ConfigService::CRON_LAST_ERR_RESET, (string) time()); |
|
|
167
|
+ $this->configService->setAppValue(ConfigService::CRON_LAST_ERR_RESET, (string)time()); |
|
168
|
168
|
} |
|
169
|
169
|
} |
Please login to merge, or discard this patch.