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 = '';