Ver código fonte

Update Block/AdminListBlockService.php

sjopet 13 anos atrás
pai
commit
c23e0ca311
1 arquivos alterados com 1 adições e 1 exclusões
  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,
             'block'         => $block,
             'settings'      => $settings,
             'settings'      => $settings,
             'admin_pool'    => $this->pool,
             'admin_pool'    => $this->pool,