aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-03-08 00:53:05 +0100
committernodiscc <nodiscc@gmail.com>2015-03-11 19:19:18 +0100
commit4a1a1190a6c9f72f72bce7e8989541e58f366a90 (patch)
treedcbef459b509f12be9fb296fdcb1dd86cd76b9c9 /index.php
parent3ef1da28e8cc5afcfe58be067e7e60528ce72f1a (diff)
downloadShaarli-4a1a1190a6c9f72f72bce7e8989541e58f366a90.tar.gz
Shaarli-4a1a1190a6c9f72f72bce7e8989541e58f366a90.tar.zst
Shaarli-4a1a1190a6c9f72f72bce7e8989541e58f366a90.zip
picwall: link directly to the target URL (not the permalink)
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 066058e6..6189e0b8 100644
--- a/index.php
+++ b/index.php
@@ -1271,7 +1271,6 @@ function renderPage()
1271 if ($thumb!='') // Only output links which have a thumbnail. 1271 if ($thumb!='') // Only output links which have a thumbnail.
1272 { 1272 {
1273 $link['thumbnail']=$thumb; // Thumbnail HTML code. 1273 $link['thumbnail']=$thumb; // Thumbnail HTML code.
1274 $link['permalink']=$permalink;
1275 $linksToDisplay[]=$link; // Add to array. 1274 $linksToDisplay[]=$link; // Add to array.
1276 } 1275 }
1277 } 1276 }