Removes an unused statement.
authorVincent Zanotti <vincent.zanotti@m4x.org>
Wed, 17 Jun 2009 00:13:03 +0000 (02:13 +0200)
committerVincent Zanotti <vincent.zanotti@m4x.org>
Wed, 17 Jun 2009 00:13:03 +0000 (02:13 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
classes/plsession.php

index 5f406f1..7a07f06 100644 (file)
@@ -103,7 +103,6 @@ abstract class PlSession
      */
     public function start($level)
     {
-        $backup = S::i($level);
         if ($this->checkAuth($level)) {
             return true;
         }