fixed problems with not working out of a fresh install.

This commit is contained in:
mkonecny 2010-12-16 16:36:51 -05:00
parent b53936b350
commit 9bfb6b53b8
5 changed files with 9 additions and 5 deletions

View file

@ -36,7 +36,7 @@ class ApiController extends Zend_Controller_Action
}
public function mediaAction()
public function getMediaAction()
{
global $CC_CONFIG;
@ -203,4 +203,4 @@ class ApiController extends Zend_Controller_Action
}
}
?>
?>