diff options
author | nodiscc <nodiscc@gmail.com> | 2015-06-23 14:18:31 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-06-23 14:18:31 +0200 |
commit | 0fe36414c86e8417974d847f8d6d28c90def9ccc (patch) | |
tree | aceae145e8467302ac9c68c9bb2adeeffb9a9af4 /index.php | |
parent | 7d338fa5315a9de59cfff924114ec73e62380466 (diff) | |
parent | 65d62517443b67fc4a180c43b50fe62f11b9e3b6 (diff) | |
download | Shaarli-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||