r1438: Fix a small bug and remove some useless code in AuthenticationDrupal::_fetchCo...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Mar 2007 06:21:54 +0000 (06:21 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Mar 2007 06:21:54 +0000 (06:21 +0000)
includes/auth/auth_drupal.php

index 816e9929309c410ea518f0e4d66abae30553e5c7..534d2ac10160e6f0f31809e551db7a991e651f21 100644 (file)
@@ -60,11 +60,7 @@ class AuthenticationDrupal extends Authentication
        // ###################################################################
        function _fetchCookieUniqueId()
        {
-               if ($sessionId == null)
-               {
-                       $this->sessionId = $this->registry->in[ $this->cookieName ];
-               }
-               return $this->sessionId;
+               return $this->registry->in[ $this->cookieName ];
        }
        
        // ###################################################################