|
@@ -49,9 +49,9 @@ |
|
|
block discarded – undo |
|
49
|
49
|
if ($secretCreatedDiff >= 172800) { |
|
50
|
50
|
$this->config->deleteSystemValue('updater.secret'); |
|
51
|
51
|
$this->appConfig->deleteKey('core', 'updater.secret.created'); |
|
52
|
|
- $this->logger->warning('Cleared old `updater.secret` that was created ' . $secretCreatedDiff . ' seconds ago', ['app' => 'updatenotification']); |
|
|
52
|
+ $this->logger->warning('Cleared old `updater.secret` that was created '.$secretCreatedDiff.' seconds ago', ['app' => 'updatenotification']); |
|
53
|
53
|
} else { |
|
54
|
|
- $this->logger->debug('Keeping existing `updater.secret` that was created ' . $secretCreatedDiff . ' seconds ago', ['app' => 'updatenotification']); |
|
|
54
|
+ $this->logger->debug('Keeping existing `updater.secret` that was created '.$secretCreatedDiff.' seconds ago', ['app' => 'updatenotification']); |
|
55
|
55
|
} |
|
56
|
56
|
} |
|
57
|
57
|
} |
Please login to merge, or discard this patch.