diff options
Diffstat (limited to 'application/api/ApiMiddleware.php')
-rw-r--r-- | application/api/ApiMiddleware.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/api/ApiMiddleware.php b/application/api/ApiMiddleware.php index 9fb88358..cc7af18e 100644 --- a/application/api/ApiMiddleware.php +++ b/application/api/ApiMiddleware.php | |||
@@ -145,6 +145,7 @@ class ApiMiddleware | |||
145 | { | 145 | { |
146 | $linkDb = new BookmarkFileService( | 146 | $linkDb = new BookmarkFileService( |
147 | $conf, | 147 | $conf, |
148 | $this->container->get('pluginManager'), | ||
148 | $this->container->get('history'), | 149 | $this->container->get('history'), |
149 | new FlockMutex(fopen(SHAARLI_MUTEX_FILE, 'r'), 2), | 150 | new FlockMutex(fopen(SHAARLI_MUTEX_FILE, 'r'), 2), |
150 | true | 151 | true |