fix view default pagination

This commit is contained in:
mercury
2023-07-16 17:00:29 +03:00
parent b8275749af
commit 9dd7f8b416
+1 -1
View File
@@ -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",
],
[