Fix missing permalink title when logged in

This commit is contained in:
dimtion 2015-04-05 18:18:15 +02:00
parent 82cfe1fe96
commit 326ae54d08
1 changed files with 0 additions and 1 deletions

View File

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