]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Fix missing permalink title when logged in
[github/shaarli/Shaarli.git] / index.php
index 765416ec7e1b81fe04fb7a09f6e3c0d3b656cf3a..7d84aa0d858e71eaf07de062b5e262bfc837d150 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1770,7 +1770,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;