File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Addition module description you can see in my [Personal site](https://pack-devel
4444
4545Via composer:
4646
47- ` composer require itstructure/yii2-multi-format-uploader ~3.2.2 `
47+ ` composer require itstructure/yii2-multi-format-uploader ~3.2.3 `
4848
4949### If you are testing this package from local server directory
5050
Original file line number Diff line number Diff line change 11### CHANGE LOG:
22
3+ ** 3.2.3 April 17, 2021:**
4+ - Bug fix: ** Call to a member function validateCsrfToken() on string** .
5+
36** 3.2.2 February 23, 2021:**
47- Upgrade copyright year.
58
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ abstract protected function getUploadComponent(): UploadComponentInterface;
5151 public function init ()
5252 {
5353 $ this ->enableCsrfValidation = $ this ->module ->enableCsrfValidation ;
54+
55+ parent ::init ();
5456 }
5557
5658 /**
You can’t perform that action at this time.
0 commit comments