From ed1c483a60c290cf4a0427b7773f1ceaf078a1a5 Mon Sep 17 00:00:00 2001 From: Nico Speelman Date: Wed, 1 Feb 2012 17:52:50 +0100 Subject: [PATCH] application/libraries/wizard.php contains the 'name' bug also in the music section --- application/libraries/wizard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/libraries/wizard.php b/application/libraries/wizard.php index f60944b..cc18451 100644 --- a/application/libraries/wizard.php +++ b/application/libraries/wizard.php @@ -655,7 +655,6 @@ public function make_sources() log_message('debug', "Wizard Step 3 - music source '".(string) $source->path."' found added to 'sources' table"); $data = array('idPath' => $id, - 'name' => (string) $source->name, 'client_path' => (string) $source->path, 'media_db' => 'music', 'content' => '',