From c0702aa98e45f3d01d1df3fd4e1fdda048a9b3ef Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 25 Apr 2011 01:18:41 +0100 Subject: [PATCH] Bug fix: typoed variable name Caused broken javascript on rip page --- source/lib/RippingCluster/Source.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/RippingCluster/Source.class.php b/source/lib/RippingCluster/Source.class.php index a94ec16..49aea03 100644 --- a/source/lib/RippingCluster/Source.class.php +++ b/source/lib/RippingCluster/Source.class.php @@ -87,7 +87,7 @@ class RippingCluster_Source { } $longest_index = null; - $maximmum_duration = 0; + $maximum_duration = 0; if ( ! $this->titles) { return null;