]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix missing permalink title when logged in 190/head
authordimtion <zizou.xena@gmail.com>
Sun, 5 Apr 2015 16:18:15 +0000 (18:18 +0200)
committerdimtion <zizou.xena@gmail.com>
Sun, 5 Apr 2015 16:18:15 +0000 (18:18 +0200)
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;