Removed unused variable

This commit is contained in:
Duncan Sommerville 2015-02-03 15:19:41 -05:00
parent e0269e1e22
commit 6601e016a6
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ class ApiController extends Zend_Controller_Action
throw new Exception("Invalid file size returned for file at $location");
}
$time= date('r', filemtime($location));
$fm = @fopen($location, 'rb');
if (!$fm) {
header ("HTTP/1.1 505 Internal server error");