Skip to content

Commit

Permalink
patch 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metalwolf committed May 18, 2018
1 parent 680dc66 commit 8d309a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/core/WALanguage.lib
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,15 @@ class WALanguage extends WAClass implements \ArrayAccess, \Iterator, \Countable
$data['id'] = $this->id;
$data['lang'] = $this->lang;
$data['entries'] = $this->entries;
$data['attributes'] = $this->attributes;
}

protected function unserial($data)
{
$this->id = $data['id'];
$this->lang = $data['lang'];
$this->entries = $data['entries'];
$this->attributes = $data['attributes'];
}

public function __toString()
Expand Down

0 comments on commit 8d309a1

Please sign in to comment.