From 13dd43450a56bd72067b6f2350f5d188c5c7e254 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 23 Apr 2007 20:33:57 +0000 Subject: fixed up part of single album view, show songs is all gone, working on replacement browse method --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 9c7fd148..af88b29e 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -837,7 +837,7 @@ function get_location() { */ function show_preference_box($preferences) { - include (conf('prefix') . '/templates/show_preference_box.inc.php'); + require Config::get('prefix') . '/templates/show_preference_box.inc.php'; } // show_preference_box -- cgit