Merge branch 'ent-10305-ultima-ejecucion-de-pandora-db-en-vista-about-da-53-anos-como-dato' into 'develop'

Ent 10305 ultima ejecucion de pandora db en vista about da 53 anos como dato

See merge request 
This commit is contained in:
Matias Didier 2023-02-21 15:31:31 +00:00
commit 8b8414be52
1 changed files with 1 additions and 1 deletions
pandora_console/include/class

View File

@ -646,7 +646,7 @@ class Diagnostics extends Wizard
$currentTime = time();
$pandoraDbLastRun = __('Pandora DB has never been executed');
if ($dateDbMantenaince !== false) {
if ($dateDbMantenaince !== false && empty($dateDbMantenaince) === false) {
$difference = ($currentTime - $dateDbMantenaince);
$pandoraDbLastRun = human_time_description_raw(
$difference,