librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1475] Fix artist URL generation


From: Michael Sheldon
Subject: [Librefm-commits] [1475] Fix artist URL generation
Date: Sun, 10 May 2009 20:25:17 +0000

Revision: 1475
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1475
Author:   elleo
Date:     2009-05-10 20:25:16 +0000 (Sun, 10 May 2009)
Log Message:
-----------
Fix artist URL generation

Modified Paths:
--------------
    trunk/nixtape/data/Artist.php

Modified: trunk/nixtape/data/Artist.php
===================================================================
--- trunk/nixtape/data/Artist.php       2009-05-10 20:21:55 UTC (rev 1474)
+++ trunk/nixtape/data/Artist.php       2009-05-10 20:25:16 UTC (rev 1475)
@@ -128,7 +128,7 @@
         * @return A string containing the URL of this artist
         */
        function getURL() {
-               Server::getArtistURL($this->name);
+               return Server::getArtistURL($this->name);
        }
 
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]