From fb5f59e72ecc77b76a41c89ff3caef52f74fe126 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 7 Feb 2019 12:07:56 +0100 Subject: [PATCH] :rotating_light: Fix wrong method visiblity --- application/webpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index ebe49e80d..8aa2fd0ec 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -928,7 +928,7 @@ EOD $this->add($this->GetStartCollapsibleSection($sSectionLabel, $bOpenedByDefault, $sSectionStateStorageBusinessKey)); } - private function GetStartCollapsibleSection($sSectionLabel, $bOpenedByDefault = false, $sSectionStateStorageBusinessKey = '') + public function GetStartCollapsibleSection($sSectionLabel, $bOpenedByDefault = false, $sSectionStateStorageBusinessKey = '') { $this->bHasCollapsibleSection = true; $sHtml = '';