CC-5709: Airtime Analyzer

* Nuked another unused function
This commit is contained in:
Albert Santoni 2014-04-03 16:36:42 -04:00
parent 95b369c54d
commit 64a95c7c59
1 changed files with 0 additions and 9 deletions

View File

@ -27,15 +27,6 @@ class PluploadController extends Zend_Controller_Action
$this->view->headLink()->appendStylesheet($baseUrl.'css/addmedia.css?'.$CC_CONFIG['airtime_version']); $this->view->headLink()->appendStylesheet($baseUrl.'css/addmedia.css?'.$CC_CONFIG['airtime_version']);
} }
public function uploadAction()
{
$upload_dir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";
$tempFilePath = Application_Model_StoredFile::uploadFile($upload_dir);
$tempFileName = basename($tempFilePath);
$this->_helper->json->sendJson(array("jsonrpc" => "2.0", "tempfilepath" => $tempFileName));
}
public function recentUploadsAction() public function recentUploadsAction()
{ {
if (isset($_GET['uploadFilter'])) { if (isset($_GET['uploadFilter'])) {