Slightly more robust fix for the last issue

This commit is contained in:
Albert Santoni 2014-11-18 17:41:44 -05:00
parent 6460854fda
commit 11a31375df
2 changed files with 9 additions and 11 deletions

View file

@ -276,8 +276,7 @@ class Rest_MediaController extends Zend_Rest_Controller
{
return;
}
$id = $this->getId();
if (!$id) {
return;