CC-4185: Playlist Builder -> Smart Playlist: Able to create Smart Playlist more than 24 hours

- fixed
This commit is contained in:
James 2012-08-09 14:18:15 -04:00
parent ef0e800c92
commit 1367bde728
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ EOT;
$error[] = "Limit cannot be empty or smaller than 0";
} else {
$mins = $data['etc']['sp_limit_value'] * $multiplier;
if ($mins > 14400) {
if ($mins > 1440) {
$error[] = "Limit cannot be more than 24 hrs";
}
}