From 38038517c1b2980b0fadeeb974b9bc3deac3e663 Mon Sep 17 00:00:00 2001 From: kato Date: Mon, 30 Dec 2024 20:34:10 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#4108=20[bc-front]=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=8D=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3simple?= =?UTF-8?q?=E3=81=AEcatch=E3=81=AE=E8=A8=98=E8=BC=89=E3=81=AE=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E8=A7=A3=E6=B1=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bc-front/templates/element/paginations/simple.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bc-front/templates/element/paginations/simple.php b/plugins/bc-front/templates/element/paginations/simple.php index 1d4429a1be..6e37098d71 100755 --- a/plugins/bc-front/templates/element/paginations/simple.php +++ b/plugins/bc-front/templates/element/paginations/simple.php @@ -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)) {