diff options
Diffstat (limited to 'templates/show_flag_row.inc.php')
-rw-r--r-- | templates/show_flag_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_flag_row.inc.php b/templates/show_flag_row.inc.php index c4e4e63f..cbeef4f8 100644 --- a/templates/show_flag_row.inc.php +++ b/templates/show_flag_row.inc.php @@ -20,7 +20,7 @@ * */ ?> -<tr id="flagged_<?php echo $flag->id; ?>" class="<?php echo flip_class(); ?>"> +<tr id="flagged_<?php echo $flag->id; ?>" class="<?php echo UI::flip_class(); ?>"> <td class="cel_object"><?php echo $flag->f_name; ?></td> <td class="cel_username"><?php echo $flag->f_user; ?></td> <td class="cel_flag"><?php $flag->print_flag(); ?></td> |