Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Update getIdentifier function to support $id = 0#116

Closed
Wilt wants to merge 2 commits into
phly:masterfrom
Wilt:wilt_develop
Closed

Update getIdentifier function to support $id = 0#116
Wilt wants to merge 2 commits into
phly:masterfrom
Wilt:wilt_develop

Conversation

@Wilt
Copy link
Copy Markdown
Contributor

@Wilt Wilt commented Oct 18, 2013

Update getIdentifier function to support $id = 0
Changed if clause to explicitly check for $id not being false.
Previously when $id is set to int 0 the getIdentifier function results
in returning false which is wrong. It should return the integer 0.

Wilt added 2 commits October 18, 2013 17:31
Update getIdentifier function to support $id = 0
Changed if clause to explicitly check for $id not being false.
Previously when $id is set to int 0 the getIdentifier function results
in returning false which is wrong. It should return the integer 0.
$identiferName -> $identifierName
@weierophinney
Copy link
Copy Markdown
Contributor

Fixed with #108.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants