]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Merge branch 'pandoc' into next
[github/shaarli/Shaarli.git] / index.php
index 3192029a82158becf5d386200939697494caaa87..b622f9631a605f01d3cb23afd9aaeefabe68357f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1775,7 +1775,6 @@ HTML;
 
     // -------- Otherwise, simply display search form and links:
     $PAGE = new pageBuilder;
-    $PAGE->assign('linkcount',count($LINKSDB));
     buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
     $PAGE->renderPage('linklist');
     exit;