Merge commit '326ae54' into next

This commit is contained in:
nodiscc 2015-04-10 20:28:24 +02:00
commit 1caf200551
1 changed files with 0 additions and 1 deletions

View File

@ -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;