Bug fix: typoed variable name

Caused broken javascript on rip page
This commit is contained in:
2011-04-25 01:18:41 +01:00
parent 4e58ac7135
commit c0702aa98e

View File

@@ -87,7 +87,7 @@ class RippingCluster_Source {
}
$longest_index = null;
$maximmum_duration = 0;
$maximum_duration = 0;
if ( ! $this->titles) {
return null;