Index: branches/unlabeled/unlabeled-1.8.2/core/units/categories/cache_updater.php =================================================================== diff -u -r7370 -r7474 --- branches/unlabeled/unlabeled-1.8.2/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 7370) +++ branches/unlabeled/unlabeled-1.8.2/core/units/categories/cache_updater.php (.../cache_updater.php) (revision 7474) @@ -191,7 +191,7 @@ function getDonePercent() { if(!$this->totalCats)return 0; - return min(100, intval( round( $this->doneCats / $this->totalCats * 100 ) )); + return min(100, intval( floor( $this->doneCats / $this->totalCats * 100 ) )); } function getData()