소스 검색

Update Block/AdminListBlockService.php

sjopet 13 년 전
부모
커밋
c23e0ca311
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Block/AdminListBlockService.php

+ 1 - 1
Block/AdminListBlockService.php

@@ -57,7 +57,7 @@ class AdminListBlockService extends BaseBlockService
             }
         }
 
-        return $this->renderResponse('SonataAdminBundle:Block:block_admin_list.html.twig', array(
+        return $this->renderResponse($this->pool->getTemplate('list_block'), array(
             'block'         => $block,
             'settings'      => $settings,
             'admin_pool'    => $this->pool,