]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/NetscapeBookmarkUtils.php
Merge pull request #980 from ArthurHoaro/hotfix/textarea-resize-jumpy
[github/shaarli/Shaarli.git] / application / NetscapeBookmarkUtils.php
index bbfde1386075c42b2deb61a57d8aaed1d39f336b..2a10ff22149f8c89f30458d9e5c907e19847438a 100644 (file)
@@ -180,6 +180,7 @@ class NetscapeBookmarkUtils
                 $newLink['id'] = $existingLink['id'];
                 $newLink['created'] = $existingLink['created'];
                 $newLink['updated'] = new DateTime();
+                $newLink['shorturl'] = $existingLink['shorturl'];
                 $linkDb[$existingLink['id']] = $newLink;
                 $importCount++;
                 $overwriteCount++;