From 3b01fd4cdbdeefb5ce591a6b5dc099d912b6ced2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 6 Apr 2006 07:37:37 +0000 Subject: fixed mising web_path reference and a few more updates to the locaplay/mpd stuff --- modules/localplay/mpd.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/localplay/mpd.controller.php') diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index f6ec4fac..160e3e6e 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -211,7 +211,7 @@ class AmpacheMpd { */ function connect() { - $this->_mpd = new mpd(conf('localplay_mpd_hostnmae'),conf('localplay_mpd_port')); + $this->_mpd = new mpd(conf('localplay_mpd_hostname'),conf('localplay_mpd_port')); if ($this->_mpd->connected) { return true; } -- cgit