- Length display was wrong
This commit is contained in:
James 2012-08-10 12:39:33 -04:00
parent 8b13af2e04
commit 7acd4b362f
1 changed files with 3 additions and 0 deletions

View File

@ -1104,6 +1104,9 @@ EOT;
}
} else {
$length = $this->getStaticLength();
if (!$length) {
$length = "00:00:00";
}
$this->setLength($length);
}
$output['blockLength'] = $this->getFormattedLength();