aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-04-10 20:28:24 +0200
committernodiscc <nodiscc@gmail.com>2015-04-10 20:28:24 +0200
commit1caf20055175d47e0c88785e185e15a481509368 (patch)
treeecb5e8240ae001a64e189458b0d41038befaf489
parent8438a2e5d0cb90a869d67516c6e6cf756f77a588 (diff)
parent326ae54d08b787d61e2807ea3ff5dc3171a695de (diff)
downloadShaarli-1caf20055175d47e0c88785e185e15a481509368.tar.gz
Shaarli-1caf20055175d47e0c88785e185e15a481509368.tar.zst
Shaarli-1caf20055175d47e0c88785e185e15a481509368.zip
Merge commit '326ae54' into next
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3192029a..b622f963 100644
--- a/index.php
+++ b/index.php
@@ -1775,7 +1775,6 @@ HTML;
1775 1775
1776 // -------- Otherwise, simply display search form and links: 1776 // -------- Otherwise, simply display search form and links:
1777 $PAGE = new pageBuilder; 1777 $PAGE = new pageBuilder;
1778 $PAGE->assign('linkcount',count($LINKSDB));
1779 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display 1778 buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
1780 $PAGE->renderPage('linklist'); 1779 $PAGE->renderPage('linklist');
1781 exit; 1780 exit;