We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7783f + bb3f06d commit f04075cCopy full SHA for f04075c
Model/User.php
@@ -184,7 +184,7 @@ public function unserialize($serialized)
184
$data = unserialize($serialized);
185
// add a few extra elements in the array to ensure that we have enough keys when unserializing
186
// older data which does not include all properties.
187
- $data = array_merge($data, array_fill(0, 2, null));
+ $data = array_merge($data, array_fill(0, 4, null));
188
189
list(
190
$this->password,
0 commit comments