Commit 2eb0375
authored
FIX ArgumentCountError in UploadController::saveMedia
New code parameter from the commit with
SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
needs default value to work with php 7.1+ (https://www.php.net/manual/en/migration71.incompatible.php)1 parent 5fed0e7 commit 2eb0375
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
| |||
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments