Skip to content
Snippets Groups Projects
Commit a5ff49e2 authored by ale's avatar ale
Browse files

Fix a typo with the dataset name

parent 90f2640a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,7 +10,7 @@ function noblogs_load_backends($hashptr) {
"user" => $backend['user'],
"password" => $backend['password'],
"name" => $backend['name'],
"dataset" => $backend,
"dataset" => $backend_name,
"read" => 1,
"write" => 1,
"timeout" => 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment