uncomment needed return statement

This commit is contained in:
Manuel Raynaud
2013-12-28 10:27:18 +01:00
committed by gmorel
parent b3b414cb70
commit 29feda718b

View File

@@ -444,7 +444,7 @@ abstract class AbstractCrudController extends BaseAdminController
); );
//return $this->renderEditionTemplate(); return $this->renderEditionTemplate();
} }
/** /**