Skip to content

Commit 4be8ca6

Browse files
author
Markus Münzel
committed
bugfix
1 parent 0511a45 commit 4be8ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function logout()
171171
if ($this->checkResponse($this->queryCamera($logoutParameters, 'Logout')))
172172
{
173173
$this->is_loggedin = false;
174-
this->token = '';
174+
$this->token = '';
175175
return true;
176176
} else {
177177
return false;

0 commit comments

Comments
 (0)