CC-3174 : showbuilder

fixing some errors found in apache log.
This commit is contained in:
Naomi Aro 2012-02-22 22:25:14 +01:00
parent c89451f880
commit a1e8903a64
3 changed files with 4 additions and 6 deletions

View file

@ -102,8 +102,6 @@ class ShowbuilderController extends Zend_Controller_Action
Logging::log("{$e->getFile()}");
Logging::log("{$e->getLine()}");
}
$this->view->data = $json;
}
public function scheduleRemoveAction()