Skip to content
Snippets Groups Projects
Commit 9dde1138 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

honor sneaky_index config in link manager FS#1907

parent 01e3159c
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,7 @@ function ajax_linkwiz(){
'listdirs' => true,
'pagesonly' => true,
'firsthead' => true,
'sneakyacl' => $conf['sneaky_index'],
);
if($id) $opts['filematch'] = '^.*\/'.$id;
if($id) $opts['dirmatch'] = '^.*\/'.$id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment