Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-763

isAnonymous check for OAuthSecurityToken doesn't look right

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.0, 1.1-BETA1
    • PHP
    • None

    Description

      Currently the method reads as follows:

      public function isAnonymous()

      { return ($this->userId != null); }

      Shouldn't it be:

      public function isAnonymous()

      { return ($this->userId == null); }

      ?

      Attachments

        1. patch.txt
          0.5 kB
          Erik Gomersbach

        Activity

          People

            chabotc Chris Chabot
            gomerser Erik Gomersbach
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: