From 4d4712f34166a9138c6c2f627187bfcccbddd169 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 1 Jul 2007 23:51:41 +0000 Subject: bunch of minor fixes and a db change --- admin/catalog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/catalog.php b/admin/catalog.php index 8f07f094..f987c289 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -242,7 +242,7 @@ switch ($_REQUEST['action']) { show_confirmation(_('Delete Catalog'),_('Do you really want to delete this catalog?') . " -- $catalog->name ($catalog->path)",$nexturl,1); break; case 'show_customize_catalog': - include(conf('prefix') . '/templates/show_edit_catalog.inc.php'); + require_once Config::get('prefix') . '/templates/show_edit_catalog.inc.php'; break; case 'gather_album_art': $catalogs = Catalog::get_catalogs(); -- cgit