Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from FDiskas/patch-1
Browse files Browse the repository at this point in the history
Update music.php
  • Loading branch information
jodacame committed Dec 14, 2017
2 parents 1ff66c9 + e80c3e7 commit 064b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/music/controllers/music.php
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ public function getTopTags($tag, $return = false)

}

public function getArtistInfo($artist, $return = false)
public function getArtistInfo($artist = false, $return = false)
{

if ($this->input->get("artist") != '')
Expand Down

0 comments on commit 064b14f

Please sign in to comment.