зеркало из https://github.com/mozilla/pjs.git
Add missing $sth->finish() to FormWidget. This should fix the 'statement handle DBIx::ContextualFetch::st=HASH(0x897bda4) still Active' warnings.
This commit is contained in:
Родитель
f56c4ae0c6
Коммит
3e5532df19
|
@ -308,6 +308,7 @@ sub _getValues($)
|
|||
push @rows, $data;
|
||||
}
|
||||
return \@rows;
|
||||
$sth->finish();
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче