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/install.php | |
parent | 051805530981acf9ce5e380b790adbb02a234152 (diff) | |
download | ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.gz ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.tar.bz2 ampache-a3a087e4043c64349cad9ea52dffce7a964a5656.zip |
Update Horde_Browser to latest.
Diffstat (limited to 'lib/install.php')
-rw-r--r-- | lib/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |