]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Merge branch 'remove-openid' into 'nightly'
authormmn <mmn@hethane.se>
Fri, 26 Feb 2016 12:30:01 +0000 (12:30 +0000)
committermmn <mmn@hethane.se>
Fri, 26 Feb 2016 12:30:01 +0000 (12:30 +0000)
commitd500fb8598d69a53179ffefed8c502a0b6e917c4
tree23505afdbcf4f302f8242ad4e8414312450147d1
parentc58228195b6e187c5370d3929c623db89ac9ee23
parent99f2aba6e164795035326f3520979e70c22d1f10
Merge branch 'remove-openid' into 'nightly'

Fix: Cannot remove OpenID

OpenidsettingsAction::removeOpenID() was comparing and int with a string
so always displayed "That OpenID does not belong to you."

See merge request !107