CC-84: Smart Playlists
-UI cleanup
This commit is contained in:
parent
99cfd72cc3
commit
f91be9468f
4 changed files with 100 additions and 6 deletions
|
@ -992,9 +992,8 @@ EOT;
|
|||
$error[] = "Value cannot be empty";
|
||||
}
|
||||
if(count($error) > 0){
|
||||
$errors[] = array("element"=>"sp_criteria_field_".$key."_".$i, "msg"=>$error);
|
||||
$errors[] = array("element"=>"sp_criteria_field_".$modKeys[$i]."_".$key, "msg"=>$error);
|
||||
}
|
||||
$count++;
|
||||
}//end mod foreach
|
||||
}//for loop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue