1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

Minor, fix number_format() warning.

This commit is contained in:
epriestley 2012-01-05 09:09:28 -08:00
parent 015a6d2989
commit 2b3d7e757e

View file

@ -178,7 +178,7 @@ class DarkConsoleServicesPlugin extends DarkConsolePlugin {
$counts['All Services'] = array_sum($counts);
$totals['Entire Page'] = $page_total;
$counts['Entire Page'] = '-';
$counts['Entire Page'] = 0;
$summary = array();
foreach ($totals as $type => $total) {