Close DB connection in api_saved_searches_list

2022.09-rc
Pierre Rudloff 2017-12-19 14:42:13 +01:00
rodzic 30cb37cda5
commit e44da4a498
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -5514,6 +5514,8 @@ function api_saved_searches_list($type)
);
}
dba::close($terms);
return api_format_data("terms", $type, array('terms' => $result));
}