diff options
Diffstat (limited to 'application/NetscapeBookmarkUtils.php')
-rw-r--r-- | application/NetscapeBookmarkUtils.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/NetscapeBookmarkUtils.php b/application/NetscapeBookmarkUtils.php index 8a939adb..e7148d00 100644 --- a/application/NetscapeBookmarkUtils.php +++ b/application/NetscapeBookmarkUtils.php | |||
@@ -174,6 +174,7 @@ class NetscapeBookmarkUtils | |||
174 | $newLinkDate->setTimezone(new DateTimeZone(date_default_timezone_get())); | 174 | $newLinkDate->setTimezone(new DateTimeZone(date_default_timezone_get())); |
175 | $newLink['created'] = $newLinkDate; | 175 | $newLink['created'] = $newLinkDate; |
176 | $newLink['id'] = $linkDb->getNextId(); | 176 | $newLink['id'] = $linkDb->getNextId(); |
177 | $newLink['shorturl'] = link_small_hash($newLink['created'], $newLink['id']); | ||
177 | $linkDb[$newLink['id']] = $newLink; | 178 | $linkDb[$newLink['id']] = $newLink; |
178 | $importCount++; | 179 | $importCount++; |
179 | } | 180 | } |