]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Merge tag 'v0.11.0' into latest
[github/shaarli/Shaarli.git] / index.php
index 9e473936ab0ab76cc3d5d23dfb6cffc6c13c2468..1f979d3bab4478cfcb0b7f3f9e056f8ae6681399 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1179,6 +1179,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
             $link['thumbnail'] = $thumbnailer->get($url);
         }
 
+        $link['sticky'] = isset($link['sticky']) ? $link['sticky'] : false;
+
         $pluginManager->executeHooks('save_link', $link);
 
         $LINKSDB[$id] = $link;