Skip to content
Snippets Groups Projects
Commit ac891507 authored by pedro_morgan's avatar pedro_morgan
Browse files

oops missing ->

parent a75d10d7
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class remoting {
return false;
}
$session_id = $app->db->quote($session_id);
$session_id = $this->app->db->quote($session_id);
$sql = "DELETE FROM remote_session WHERE remote_session = '$session_id'";
$this->app->db->query($sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment