Skip to content
Snippets Groups Projects
Commit f1df5e95 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes an annoying log message

parent 212c40a4
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ class Database
}
foreach ($hasMore as $hasMoreResult) {
if (!is_null($buffermap[$hasMoreResult['bufferid']]))
if (array_key_exists($hasMoreResult['bufferid'], $buffermap))
$buffermap[$hasMoreResult['bufferid']]['hasmore'] = $hasMoreResult['hasmore'];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment