diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1171,6 +1171,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, | |||
1171 | $link['thumbnail'] = $thumbnailer->get($url); | 1171 | $link['thumbnail'] = $thumbnailer->get($url); |
1172 | } | 1172 | } |
1173 | 1173 | ||
1174 | $link['sticky'] = isset($link['sticky']) ? $link['sticky'] : false; | ||
1175 | |||
1174 | $pluginManager->executeHooks('save_link', $link); | 1176 | $pluginManager->executeHooks('save_link', $link); |
1175 | 1177 | ||
1176 | $LINKSDB[$id] = $link; | 1178 | $LINKSDB[$id] = $link; |