]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge commit '326ae54' into next
authornodiscc <nodiscc@gmail.com>
Fri, 10 Apr 2015 18:28:24 +0000 (20:28 +0200)
committernodiscc <nodiscc@gmail.com>
Fri, 10 Apr 2015 18:28:24 +0000 (20:28 +0200)
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;