]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
picwall: link directly to the target URL (not the permalink)
[github/shaarli/Shaarli.git] / index.php
index 066058e617d651e01297abb2515b3573cd06fc50..6189e0b82c9ff4b919f65f2ef54ad1b34ff12535 100644 (file)
--- 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.
             }
         }