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

룰셋 기본 룰과 name이 비슷할 때 추가가 안 되던 문제 수정 #898

Merged
2 commits merged into from Sep 11, 2014
Merged

Conversation

lansi951
Copy link
Contributor

strpos를 in_array로 수정.

@lansi951
Copy link
Contributor Author

#885

@YJSoft
Copy link
Contributor

YJSoft commented Aug 11, 2014

@lansi951

if($name, in_array(array('email', 'userid', 'url', 'alpha', 'alpha_number', 'number')))

가 아니라

if(in_array($name, array('email', 'userid', 'url', 'alpha', 'alpha_number', 'number')))

입니다.

@lansi951
Copy link
Contributor Author

@YJSoft Github에서 곧바로 수정했더니 실수했네요 ㅎㅎ
왜 오류가 나나 했네요

@ghost ghost added this to the 1.7.6 milestone Sep 4, 2014
@ghost ghost added beta-issue and removed beta-issue labels Sep 4, 2014
@ghost ghost self-assigned this Sep 4, 2014
ghost pushed a commit that referenced this pull request Sep 11, 2014
룰셋 기본 룰과 name이 비슷할 때 추가가 안 되던 문제 수정
@ghost ghost merged commit b4c8bb9 into xpressengine:develop Sep 11, 2014
@ghost ghost added the merged-pull-request label Sep 11, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants