aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9e473936..3a5c35c4 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,12 @@
1<?php 1<?php
2/** 2/**
3<<<<<<< HEAD
4 * Shaarli v0.8.7 - Shaare your links...
5 *
6 * The personal, minimalist, super-fast, database free, bookmarking service.
7=======
3 * Shaarli - The personal, minimalist, super-fast, database free, bookmarking service. 8 * Shaarli - The personal, minimalist, super-fast, database free, bookmarking service.
9>>>>>>> v0.9.7
4 * 10 *
5 * Friendly fork by the Shaarli community: 11 * Friendly fork by the Shaarli community:
6 * - https://github.com/shaarli/Shaarli 12 * - https://github.com/shaarli/Shaarli
@@ -1179,6 +1185,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
1179 $link['thumbnail'] = $thumbnailer->get($url); 1185 $link['thumbnail'] = $thumbnailer->get($url);
1180 } 1186 }
1181 1187
1188 $link['sticky'] = isset($link['sticky']) ? $link['sticky'] : false;
1189
1182 $pluginManager->executeHooks('save_link', $link); 1190 $pluginManager->executeHooks('save_link', $link);
1183 1191
1184 $LINKSDB[$id] = $link; 1192 $LINKSDB[$id] = $link;