@@ -147,8 +147,7 @@ |
||
| 147 | 147 | continue; |
| 148 | 148 | } elseif ($currentValue['Key'] == $this->sessionId) { |
| 149 | 149 | return base64_decode($currentValue['Value']); |
| 150 | - } |
|
| 151 | - else { |
|
| 150 | + } else { |
|
| 152 | 151 | $usedIds[] = base64_decode($currentValue['Value']); |
| 153 | 152 | } |
| 154 | 153 | } |