Browse Source

Fix template upgrade

mscherer 6 years ago
parent
commit
c21e03bf99
1 changed files with 1 additions and 1 deletions
  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>
 	<div class="col-lg-6">
 	<div class="col-lg-6">
 	<p class="paging-description">
 	<p class="paging-description">
-		<?php echo $this->Paginator->counter(['format' => $format]); ?>
+		<?php echo $this->Paginator->counter($format); ?>
 	</p>
 	</p>
 	</div>
 	</div>
 </div>
 </div>