fix issue on adding item action

This commit is contained in:
Manuel Raynaud
2013-08-13 09:53:49 +02:00
parent 7f83225645
commit 541fe7f75d
4 changed files with 61 additions and 11 deletions

View File

@@ -199,7 +199,7 @@ class BaseController extends ContainerAware
*
* @return EventDispatcherInterface
*/
protected function getDispatcher()
public function getDispatcher()
{
return $this->container->get('event_dispatcher');
}