diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-27 21:07:54 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-27 21:07:54 -0400 |
commit | a3a087e4043c64349cad9ea52dffce7a964a5656 (patch) | |
tree | cf40d043cd7fd4f92922907f0462c1da710fc7eb /lib | |
parent | 051805530981acf9ce5e380b790adbb02a234152 (diff) | |
download | ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.gz ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.bz2 ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.zip |
Update Horde_Browser to latest.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/stream.class.php | 1 | ||||
-rw-r--r-- | lib/install.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index c64b3a2e..f1765935 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -617,7 +617,6 @@ class Stream { $min_bitrate = Config::get('min_bit_rate'); $time = time(); $user_sample_rate = Config::get('sample_rate'); - $browser = new Browser(); if (!$song_name) { $song_name = $song->f_artist_full . " - " . $song->title . "." . $song->type; diff --git a/lib/install.php b/lib/install.php index 6e88e62f..9c3b2c54 100644 --- a/lib/install.php +++ b/lib/install.php @@ -282,7 +282,7 @@ function install_create_config($web_path,$username,$password,$hostname,$database } } else { - $browser = new Browser(); + $browser = new Horde_Browser(); $browser->downloadHeaders('ampache.cfg.php', 'text/plain', false, strlen($final)); echo $final; exit(); |