Skip to content
Snippets Groups Projects
Commit 92c9f899 authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Fix incorrect variable name

parent 7a789a45
No related branches found
No related tags found
No related merge requests found
......@@ -917,7 +917,7 @@ Class ThreadEntry {
if (!$thread)
return false;
if (0 === strcasecmp($thread->asMessageId($from, $vers), $mid))
if (0 === strcasecmp($thread->asMessageId($from, $ver), $mid))
return $thread;
}
......
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