X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fbacula-web%2Findex.php;h=93a130edff0c8b44da2857a5eada454b3afc02e8;hb=b81ddd0d4f53d8d5348e5d43f477df453e658b87;hp=151093b9b76c753e1d9b443382205f67f25dd729;hpb=c52b42e8482edaf7bad146aa6c1c571a34e78703;p=bacula%2Fbacula diff --git a/gui/bacula-web/index.php b/gui/bacula-web/index.php index 151093b9b7..93a130edff 100644 --- a/gui/bacula-web/index.php +++ b/gui/bacula-web/index.php @@ -128,8 +128,8 @@ $smarty->assign( 'total_name_jobs', $dbSql->Get_BackupJob_Names() ); $smarty->assign('pools',$dbSql->GetVolumeList() ); // Last 24 hours completed jobs number (last_run_report.tpl) -$failed_jobs = $dbSql->GetLastJobs(); -$smarty->assign( 'completed_jobs', $failed_jobs['completed_jobs'] ); +$completed_jobs = $dbSql->GetLastJobs(); +$smarty->assign( 'completed_jobs', $completed_jobs['completed_jobs'] ); // Last 24 hours failed jobs number (last_run_report.tpl) $failed_jobs = $dbSql->GetLastErrorJobs();