🚨 Fix wrong method visiblity

This commit is contained in:
Molkobain
2019-02-07 12:07:56 +01:00
parent 8af1a53721
commit fb5f59e72e

View File

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