Skip to content

Commit

Permalink
Update Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhahnweilheim authored Jan 31, 2025
1 parent edb52e2 commit 2577c06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions models/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ class Config extends \yii\base\Model
public $showTopicMenu;
public $showUploadAsButtons;

public function __construct($autoLoadSettings = true) {
parent::__construct();
public function __construct($autoLoadSettings = true)
{
$this->autoLoadSettings = $autoLoadSettings;
parent::__construct();
}

public function init()
Expand Down

0 comments on commit 2577c06

Please sign in to comment.