Skip to content

Commit

Permalink
fix #4108 [bc-front]ページネーションsimpleのcatchの記載の問題を解決
Browse files Browse the repository at this point in the history
  • Loading branch information
kato committed Dec 30, 2024
1 parent dc8f605 commit 3803851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bc-front/templates/element/paginations/simple.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
try {
$pageCount = $this->Paginator->counter('{{pages}}');
} catch (\Cake\Core\Exception\CakeException) {
} catch (\Cake\Core\Exception\CakeException $e) {
return;
}
if (!isset($modules)) {
Expand Down

0 comments on commit 3803851

Please sign in to comment.