CC-84: Smart Playlists

- ui clean-up
This commit is contained in:
denise 2012-07-16 14:44:50 -04:00
parent 2dae5f30f7
commit 1bb97c8603
5 changed files with 36 additions and 9 deletions

View file

@ -907,7 +907,7 @@ class Application_Model_Playlist {
$error[] = "Value cannot be empty";
}
if(count($error) > 0){
$errors[] = array("element"=>"sp_criteria_".$key, "msg"=>$error);
$errors[] = array("element"=>"sp_criteria_field_".$key, "msg"=>$error);
}
}
$result = count($errors) > 0 ? 1 :0;