diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1181,6 +1181,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager, | |||
1181 | $link['thumbnail'] = $thumbnailer->get($url); | 1181 | $link['thumbnail'] = $thumbnailer->get($url); |
1182 | } | 1182 | } |
1183 | 1183 | ||
1184 | $link['sticky'] = isset($link['sticky']) ? $link['sticky'] : false; | ||
1185 | |||
1184 | $pluginManager->executeHooks('save_link', $link); | 1186 | $pluginManager->executeHooks('save_link', $link); |
1185 | 1187 | ||
1186 | $LINKSDB[$id] = $link; | 1188 | $LINKSDB[$id] = $link; |