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
44
44
45
45
Via composer:
46
46
47
- ` composer require itstructure/yii2-multi-format-uploader ~3.2.2 `
47
+ ` composer require itstructure/yii2-multi-format-uploader ~3.2.3 `
48
48
49
49
### If you are testing this package from local server directory
50
50
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 3.2.3 April 17, 2021:**
4
+ - Bug fix: ** Call to a member function validateCsrfToken() on string** .
5
+
3
6
** 3.2.2 February 23, 2021:**
4
7
- Upgrade copyright year.
5
8
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ abstract protected function getUploadComponent(): UploadComponentInterface;
51
51
public function init ()
52
52
{
53
53
$ this ->enableCsrfValidation = $ this ->module ->enableCsrfValidation ;
54
+
55
+ parent ::init ();
54
56
}
55
57
56
58
/**
You can’t perform that action at this time.
0 commit comments