diff options
author | dimtion <zizou.xena@gmail.com> | 2015-04-05 18:18:15 +0200 |
---|---|---|
committer | dimtion <zizou.xena@gmail.com> | 2015-04-05 18:18:15 +0200 |
commit | 326ae54d08b787d61e2807ea3ff5dc3171a695de (patch) | |
tree | cbd5a6edcb702c3fe582c77c2d0034ac6fee60f9 | |
parent | 82cfe1fe9649880e9653c61bdc51455af32e7bcd (diff) | |
download | Shaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.tar.gz Shaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.tar.zst Shaarli-326ae54d08b787d61e2807ea3ff5dc3171a695de.zip |
Fix missing permalink title when logged in
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |