formatting pass

This commit is contained in:
Shish
2019-06-21 09:12:44 +01:00
parent 42a502953b
commit c24a6e9b97
7 changed files with 24 additions and 26 deletions

View File

@@ -170,7 +170,7 @@ class Ratings extends Extension
global $user;
if ($user->is_admin()) {
$event->add_action("bulk_rate","Set Rating","",$this->theme->get_selection_rater_html("u","bulk_rating"));
$event->add_action("bulk_rate", "Set Rating", "", $this->theme->get_selection_rater_html("u", "bulk_rating"));
}
}