aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 77857d27..064f43ca 100644
--- a/index.php
+++ b/index.php
@@ -1681,6 +1681,7 @@ function buildLinkList($PAGE,$LINKSDB, $conf, $pluginManager)
1681 'result_count' => count($linksToDisplay), 1681 'result_count' => count($linksToDisplay),
1682 'search_term' => $searchterm, 1682 'search_term' => $searchterm,
1683 'search_tags' => $searchtags, 1683 'search_tags' => $searchtags,
1684 'visibility' => ! empty($_SESSION['privateonly']) ? 'private' : '',
1684 'redirector' => $conf->get('redirector.url'), // Optional redirector URL. 1685 'redirector' => $conf->get('redirector.url'), // Optional redirector URL.
1685 'links' => $linkDisp, 1686 'links' => $linkDisp,
1686 'tags' => $LINKSDB->allTags(), 1687 'tags' => $LINKSDB->allTags(),