Fix missing permalink title when logged in
This commit is contained in:
parent
82cfe1fe96
commit
326ae54d08
1 changed files with 0 additions and 1 deletions
|
@ -1770,7 +1770,6 @@ function renderPage()
|
|||
|
||||
// -------- 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;
|
||||
|
|
Loading…
Reference in a new issue