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 --- templates/show_playlist_edit.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/show_playlist_edit.inc.php') diff --git a/templates/show_playlist_edit.inc.php b/templates/show_playlist_edit.inc.php index afb12056..48bd78fa 100644 --- a/templates/show_playlist_edit.inc.php +++ b/templates/show_playlist_edit.inc.php @@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +$web_path = conf('web_path'); + ?>
-- cgit