cc-3936: formattingk

This commit is contained in:
Rudi Grinberg 2012-08-27 17:15:38 -04:00
parent 7d29379b07
commit 583d3837be
1 changed files with 1 additions and 1 deletions
airtime_mvc/application/controllers

View File

@ -516,7 +516,7 @@ class ApiController extends Zend_Controller_Action
$file = Application_Model_StoredFile::RecallByFilepath($filepath);
if (is_null($file)) {
$return_hash['error'] = "File doesn't exist in Airtime.";
$return_hash['error'] = "File doesn't exist in Airtime.";
Logging::warn("Attempt to delete file that doesn't exist.
Path: '$filepath'");
return $return_hash;