From 9dd7f8b416132b9e5599e79efb9d3ec5d9692565 Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 16 Jul 2023 17:00:29 +0300 Subject: [PATCH] fix view default pagination --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index d221b01..2c9f64a 100644 --- a/app/bot.php +++ b/app/bot.php @@ -2918,7 +2918,7 @@ DNS-over-HTTPS with IP: 'callback_data' => "/menu lang", ], [ - 'text' => "{$this->i18n('page')}: {$conf['limitpage']}", + 'text' => "{$this->i18n('page')}: " . ($conf['limitpage'] ?: 5), 'callback_data' => "/enterPage", ], [