Merge commit '326ae54' into next
This commit is contained in:
commit
1caf200551
1 changed files with 0 additions and 1 deletions
|
@ -1775,7 +1775,6 @@ function renderPage()
|
||||||
|
|
||||||
// -------- Otherwise, simply display search form and links:
|
// -------- Otherwise, simply display search form and links:
|
||||||
$PAGE = new pageBuilder;
|
$PAGE = new pageBuilder;
|
||||||
$PAGE->assign('linkcount',count($LINKSDB));
|
|
||||||
buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
|
buildLinkList($PAGE,$LINKSDB); // Compute list of links to display
|
||||||
$PAGE->renderPage('linklist');
|
$PAGE->renderPage('linklist');
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in a new issue