Merge pull request #5501 from defrance/patch-13

Fix: Add $result on db->free
This commit is contained in:
Juanjo Menent 2016-07-18 17:15:47 +02:00 committed by GitHub
commit d2209be6e3

View File

@ -326,7 +326,7 @@ if ($result)
$i++;
}
$db->free();
$db->free($result);
print "</table>\n";
print "<!-- End last thirdparties modified -->\n";