diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 781b2d39c..a2f868172 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -3806,7 +3806,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 feafc8c7a..7d6090cb9 100644
--- a/views/bootstrap4/class.Bootstrap4.php
+++ b/views/bootstrap4/class.Bootstrap4.php
@@ -3797,7 +3797,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);
?>