Close DB connection in api_saved_searches_list

This commit is contained in:
Pierre Rudloff 2017-12-19 14:42:13 +01:00
parent 30cb37cda5
commit e44da4a498
1 changed files with 2 additions and 0 deletions

View File

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