Bug fix: typoed variable name
Caused broken javascript on rip page
This commit is contained in:
@@ -87,7 +87,7 @@ class RippingCluster_Source {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$longest_index = null;
|
$longest_index = null;
|
||||||
$maximmum_duration = 0;
|
$maximum_duration = 0;
|
||||||
|
|
||||||
if ( ! $this->titles) {
|
if ( ! $this->titles) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user