width / height were never used individually, now just have images

This commit is contained in:
Shish
2012-04-01 17:47:39 +01:00
parent 84cdd21e09
commit 678215e4bd
4 changed files with 7 additions and 12 deletions

View File

@ -99,7 +99,7 @@ class NumericScore extends Extension {
}
}
if($event->page_matches("popular_by_day") || $event->page_matches("popular_by_month") || $event->page_matches("popular_by_year")) {
$t_images = $config->get_int("index_height") * $config->get_int("index_width");
$t_images = $config->get_int("index_images");
//TODO: Add Popular_by_week.