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
Branches
Tags
No related merge requests found
...@@ -917,7 +917,7 @@ Class ThreadEntry { ...@@ -917,7 +917,7 @@ Class ThreadEntry {
if (!$thread) if (!$thread)
return false; return false;
if (0 === strcasecmp($thread->asMessageId($from, $vers), $mid)) if (0 === strcasecmp($thread->asMessageId($from, $ver), $mid))
return $thread; return $thread;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment