From dd37e509b901841c95a0a30d79bdd3152ac4210e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 19 Apr 2022 18:37:41 +0200 Subject: [PATCH] make printAccordion() public --- views/bootstrap/class.Bootstrap.php | 2 +- views/bootstrap4/class.Bootstrap4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index b4a43c96b..b19f1d7c3 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -3646,7 +3646,7 @@ $("body").on("click", "span.openpopupbox", function(e) { echo $html; } /* }}} */ - protected function printAccordion($title, $content) { /* {{{ */ + public function printAccordion($title, $content) { /* {{{ */ $id = substr(md5(uniqid()), 0, 4); ?>
diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index e1a8b3e97..d5bcb1ea2 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -3719,7 +3719,7 @@ $("body").on("click", "span.openpopupbox", function(e) { echo $html; } /* }}} */ - protected function printAccordion($title, $content) { /* {{{ */ + public function printAccordion($title, $content) { /* {{{ */ $id = substr(md5(uniqid()), 0, 4); ?>