librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1599] get the name of the image correct, and we're go


From: Matt Lee
Subject: [Librefm-commits] [1599] get the name of the image correct, and we're golden
Date: Thu, 14 May 2009 20:39:58 +0000

Revision: 1599
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1599
Author:   mattl
Date:     2009-05-14 20:39:57 +0000 (Thu, 14 May 2009)
Log Message:
-----------
get the name of the image correct, and we're golden

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-14 20:39:06 UTC (rev 1598)
+++ trunk/nixtape/data/Group.php        2009-05-14 20:39:57 UTC (rev 1599)
@@ -283,7 +283,7 @@
                global $base_uri;
                if (!empty($this->avatar_uri))
                        return $this->avatar_uri;
-               return $base_url . 
'/themes/librefm/images/default-avatar.stream.png';
+               return $base_url . 
'/themes/librefm/images/default-avatar-stream.png';
        }
 
        function getURL() {





reply via email to

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