From 5a0785f64647fb3bf030757d67073689662e4cd7 Mon Sep 17 00:00:00 2001 From: Horus68 Date: Thu, 14 Jan 2016 11:07:29 +0000 Subject: [PATCH] Rating icons also for rating details Icons now working on rating details --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index 9595c90..244fe5b 100644 --- a/base.php +++ b/base.php @@ -419,7 +419,7 @@ class Entry Tag::ALL_TAGS_ID => 'images/tag.png', Language::ALL_LANGUAGES_ID => 'images/language.png', CustomColumn::ALL_CUSTOMS_ID => 'images/custom.png', - "cops:rating$" => 'images/rating.png', + Rating::ALL_RATING_ID => 'images/rating.png', "cops:books$" => 'images/allbook.png', "cops:books:letter" => 'images/allbook.png', Publisher::ALL_PUBLISHERS_ID => 'images/publisher.png'