浏览代码

Fix template upgrade

mscherer 6 年之前
父节点
当前提交
c21e03bf99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Template/Element/pagination.ctp

+ 1 - 1
src/Template/Element/pagination.ctp

@@ -59,7 +59,7 @@ $escape = isset($escape) ? $escape : true;
 	</div>
 	<div class="col-lg-6">
 	<p class="paging-description">
-		<?php echo $this->Paginator->counter(['format' => $format]); ?>
+		<?php echo $this->Paginator->counter($format); ?>
 	</p>
 	</div>
 </div>