Skip to content

Commit ac89150

Browse files
author
pedro_morgan
committed
oops missing ->
1 parent a75d10d commit ac89150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function logout($session_id)
6363
return false;
6464
}
6565

66-
$session_id = $app->db->quote($session_id);
66+
$session_id = $this->app->db->quote($session_id);
6767

6868
$sql = "DELETE FROM remote_session WHERE remote_session = '$session_id'";
6969
$this->app->db->query($sql);

0 commit comments

Comments
 (0)