CC-84: Smart Playlists
- ui clean-up
This commit is contained in:
parent
2dae5f30f7
commit
1bb97c8603
5 changed files with 36 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue