[
https://issues.apache.org/jira/browse/SHINDIG-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Chabot resolved SHINDIG-763.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.x-incubating
1.0.0-rc1
trunk
Assignee: Chris Chabot
very nice catch, thanks!
patch's been applied
> isAnonymous check for OAuthSecurityToken doesn't look right
> -----------------------------------------------------------
>
> Key: SHINDIG-763
> URL: https://issues.apache.org/jira/browse/SHINDIG-763
> Project: Shindig
> Issue Type: Bug
> Components: Gadget Rendering Server (PHP)
> Reporter: Erik Gomersbach
> Assignee: Chris Chabot
> Priority: Trivial
> Fix For: trunk, 1.0.0-rc1, 1.0.x-incubating
>
> Attachments: patch.txt
>
>
> Currently the method reads as follows:
> public function isAnonymous() {
> return ($this->userId != null);
> }
> Shouldn't it be:
> public function isAnonymous() {
> return ($this->userId == null);
> }
> ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.