uncomment needed return statement

This commit is contained in:
Manuel Raynaud
2013-12-28 10:27:18 +01:00
parent d6fb101a47
commit f939e30fb7

View File

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