diff options
Diffstat (limited to 'templates/show_genres.inc.php')
-rw-r--r-- | templates/show_genres.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index e3ae1223..bd7b0a3d 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -39,7 +39,7 @@ <?php foreach ($object_ids as $genre_id) { $genre = new Genre($genre_id); - $genre->format_genre(); + $genre->format(); ?> <tr class="<?php echo flip_class(); ?>"> <td> |