]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/NetscapeBookmarkUtils.php
LinkDB: update datastore method names
[github/shaarli/Shaarli.git] / application / NetscapeBookmarkUtils.php
index d6840d37862d2463f84f54212f5614cdf28385f3..dd21f05b1d9a66f4df53af4576003bc23ae33a35 100644 (file)
@@ -183,7 +183,7 @@ class NetscapeBookmarkUtils
             $importCount++;
         }
 
-        $linkDb->savedb($pagecache);
+        $linkDb->save($pagecache);
         return self::importStatus(
             $filename,
             $filesize,