aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authordimtion <zizou.xena@gmail.com>2015-04-05 18:18:15 +0200
committerdimtion <zizou.xena@gmail.com>2015-04-05 18:18:15 +0200
commit326ae54d08b787d61e2807ea3ff5dc3171a695de (patch)
treecbd5a6edcb702c3fe582c77c2d0034ac6fee60f9 /index.php
parent82cfe1fe9649880e9653c61bdc51455af32e7bcd (diff)
downloadShaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.tar.gz
Shaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.tar.zst
Shaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.zip
Fix missing permalink title when logged in
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 765416ec..7d84aa0d 100644
--- a/index.php
+++ b/index.php
@@ -1770,7 +1770,6 @@ HTML;
1770 1770
1771 // -------- Otherwise, simply display search form and links: 1771 // -------- Otherwise, simply display search form and links:
1772 $PAGE = new pageBuilder; 1772 $PAGE = new pageBuilder;
1773 $PAGE->assign('linkcount',count($LINKSDB));
1774 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display 1773 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
1775 $PAGE->renderPage('linklist'); 1774 $PAGE->renderPage('linklist');
1776 exit; 1775 exit;