librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1598] here be dragons


From: Matt Lee
Subject: [Librefm-commits] [1598] here be dragons
Date: Thu, 14 May 2009 20:39:06 +0000

Revision: 1598
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1598
Author:   mattl
Date:     2009-05-14 20:39:06 +0000 (Thu, 14 May 2009)
Log Message:
-----------
here be dragons

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-14 20:38:24 UTC (rev 1597)
+++ trunk/nixtape/data/Group.php        2009-05-14 20:39:06 UTC (rev 1598)
@@ -20,7 +20,6 @@
 */
 
 require_once($install_path . '/database.php');
-require_once($install_path . '/config.php');
 require_once($install_path . '/data/sanitize.php');
 require_once($install_path . '/utils/human-time.php');
 require_once($install_path . '/data/Server.php');
@@ -284,7 +283,7 @@
                global $base_uri;
                if (!empty($this->avatar_uri))
                        return $this->avatar_uri;
-               return $base_url . '/themes/' . $default_theme . 
'/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]