浏览代码

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,