aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-06-23 14:18:31 +0200
committernodiscc <nodiscc@gmail.com>2015-06-23 14:18:31 +0200
commit0fe36414c86e8417974d847f8d6d28c90def9ccc (patch)
treeaceae145e8467302ac9c68c9bb2adeeffb9a9af4 /index.php
parent7d338fa5315a9de59cfff924114ec73e62380466 (diff)
parent65d62517443b67fc4a180c43b50fe62f11b9e3b6 (diff)
downloadShaarli-0fe36414c86e8417974d847f8d6d28c90def9ccc.tar.gz
Shaarli-0fe36414c86e8417974d847f8d6d28c90def9ccc.tar.zst
Shaarli-0fe36414c86e8417974d847f8d6d28c90def9ccc.zip
Merge remote-tracking branch 'ArthurHoaro/search-tag-awesomplete' into next
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 1d63efcd..b44ec463 100644
--- a/index.php
+++ b/index.php
@@ -2006,6 +2006,7 @@ function buildLinkList($PAGE,$LINKSDB)
2006 $PAGE->assign('redirector',empty($GLOBALS['redirector']) ? '' : $GLOBALS['redirector']); // Optional redirector URL. 2006 $PAGE->assign('redirector',empty($GLOBALS['redirector']) ? '' : $GLOBALS['redirector']); // Optional redirector URL.
2007 $PAGE->assign('token',$token); 2007 $PAGE->assign('token',$token);
2008 $PAGE->assign('links',$linkDisp); 2008 $PAGE->assign('links',$linkDisp);
2009 $PAGE->assign('tags', $LINKSDB->allTags());
2009 return; 2010 return;
2010} 2011}
2011 2012