Skip to content

Commit

Permalink
removed _set method as it breaks GPM
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Dec 19, 2017
1 parent a8a061d commit bd57807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.4.0-beta.3
## mm/dd/2017

1. [](#bugfix)
* Fix for `vundefined` error for version numbers in GPM [form#222](https://github.com/getgrav/grav-plugin-form/issues/222)

# v1.4.0-beta.2
## 12/18/2017

Expand Down
4 changes: 0 additions & 4 deletions system/src/Grav/Common/GPM/Common/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ public function __isset($key) {
return isset($this->data->$key);
}

public function __set($key, $value) {
$this->data->set($key, $value);
}

public function __toString() {
return $this->toJson();
}
Expand Down

0 comments on commit bd57807

Please sign in to comment.