parent
905f8675a7
commit
520d29578c
12 changed files with 50 additions and 168 deletions
application/api
|
@ -129,9 +129,7 @@ class ApiMiddleware
|
|||
$linkDb = new \Shaarli\Bookmark\LinkDB(
|
||||
$conf->get('resource.datastore'),
|
||||
true,
|
||||
$conf->get('privacy.hide_public_links'),
|
||||
$conf->get('redirector.url'),
|
||||
$conf->get('redirector.encode_url')
|
||||
$conf->get('privacy.hide_public_links')
|
||||
);
|
||||
$this->container['db'] = $linkDb;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue