Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-29096: Do not store empty draft values in DB #1417

Merged
merged 12 commits into from
Mar 11, 2019
Merged
Prev Previous commit
Next Next commit
Update kernel/classes/datatypes/ezuser/ezuser.php
Co-Authored-By: pkamps <pkamps@mugo.ca>
glye and pkamps authored Feb 20, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 97a6d3a58da678bd4ba658acf320dc1f76164d21
2 changes: 1 addition & 1 deletion kernel/classes/datatypes/ezuser/ezuser.php
Original file line number Diff line number Diff line change
@@ -228,7 +228,7 @@ static function create( $contentObjectID )
/**
* Only stores the entry if it has a Login value
*
* @param null $fieldFilters
* @param mixed|null $fieldFilters
*/
public function store( $fieldFilters = null )
{