mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-18 15:41:42 +00:00
show link to Indexer only if fulltext is enabled
This commit is contained in:
parent
5c43f191ce
commit
a7ff808787
|
@ -429,7 +429,7 @@ $(document).ready(function () {
|
|||
}
|
||||
echo "<li><a href=\"../out/out.FolderNotify.php?folderid=". $folderID ."&showtree=".showtree()."\">".getMLText("edit_existing_notify")."</a></li>\n";
|
||||
}
|
||||
if ($this->params['user']->isAdmin()) {
|
||||
if ($this->params['user']->isAdmin() && $this->params['enablefullsearch']) {
|
||||
echo "<li><a href=\"../out/out.Indexer.php?folderid=". $folderID ."\">".getMLText("index_folder")."</a></li>\n";
|
||||
}
|
||||
echo "</ul>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user