X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=1ab34193a3e8505c1a5f4f6e6ce925941210e0cc;hb=b4b7d3343ae158e9267ad7dfa9aa69f3e9e0fdf2;hp=11f944e800d7e7923f743746ec52767c4cc2a9bf;hpb=aa222440275f1cd7fb369ea1dd64a015a5b6d684;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 11f944e8..1ab34193 100644 --- a/index.php +++ b/index.php @@ -1271,7 +1271,6 @@ function renderPage() if ($thumb!='') // Only output links which have a thumbnail. { $link['thumbnail']=$thumb; // Thumbnail HTML code. - $link['permalink']=$permalink; $linksToDisplay[]=$link; // Add to array. } }