From 79dd46eb1ece520db2b3f15ba85dca0008d982b8 Mon Sep 17 00:00:00 2001 From: Marek Rost Date: Mon, 4 Oct 2021 13:54:20 +0200 Subject: [PATCH] renamed bootstrap_html -> boostrapHTML function in paginator helper class --- bl-kernel/helpers/paginator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/helpers/paginator.class.php b/bl-kernel/helpers/paginator.class.php index 2a1727f8..87f7f62b 100644 --- a/bl-kernel/helpers/paginator.class.php +++ b/bl-kernel/helpers/paginator.class.php @@ -144,7 +144,7 @@ class Paginator { /* * Bootstrap Pagination */ - public static function bootstrap_html($textPrevPage=false, $textNextPage=false, $showPageNumber=false, $showFirstLast=false, $textFirstPage=false, $textLastPage=false){ + public static function bootstrapHTML($textPrevPage=false, $textNextPage=false, $showPageNumber=false, $showFirstLast=false, $textFirstPage=false, $textLastPage=false){ global $language;