Added debugging for Clifford

This commit is contained in:
Rudi Grinberg 2012-09-11 17:21:20 -04:00
parent 03d3dc8312
commit fc8b2096af
1 changed files with 5 additions and 0 deletions

View File

@ -551,6 +551,11 @@ class ApiController extends Zend_Controller_Action
return $return_hash;
}
Logging::info("action: $mode");
Logging::info("md: $md");
$return_hash['fileid'] = $file->getId();
return $return_hash;