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

updateDocument 에서 extra_vars 칼럼에 대해 string 여부 확인 후 serialize 하는 걸로 변경 요청 #52

Closed
khongchi opened this issue Nov 15, 2013 · 0 comments
Assignees
Milestone

Comments

@khongchi
Copy link
Contributor

https://code.google.com/p/xe-core/issues/detail?id=3620

documentController->updateDocument() 변경,

if(!is_string($obj->extra_vars)) $obj->extra_vars = serialize($obj->extra_vars);

@ghost ghost assigned khongchi Nov 15, 2013
khongchi added a commit that referenced this issue Nov 15, 2013

Verified

This commit was signed with the committer’s verified signature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant