diff options
Diffstat (limited to 'lib/class/genre.class.php')
-rw-r--r-- | lib/class/genre.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php index c0780591..64a44b96 100644 --- a/lib/class/genre.class.php +++ b/lib/class/genre.class.php @@ -65,7 +65,7 @@ class Genre { */ public function format() { - $this->link = "<a href=\"" . Config::get('web_path') . "/genre.php?action=show_genre&genre_id=" . $this->id . "\">" . scrub_out($this->name) . "</a>"; + $this->f_link = "<a href=\"" . Config::get('web_path') . "/genre.php?action=show_genre&genre_id=" . $this->id . "\">" . scrub_out($this->name) . "</a>"; $this->play_link = Config::get('web_path') . '/song.php?action=genre&genre=' . $this->id; $this->random_link = Config::get('web_path') . '/song.php?action=random_genre&genre=' . $this->id; |