mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-07 18:41:00 +00:00
fix setting path to document below title
This commit is contained in:
parent
00a5f59bc3
commit
ae635fba1a
|
@ -182,7 +182,7 @@ $(document).ready( function() {
|
|||
foreach($res['contents'] as $content) {
|
||||
$document = $content->getDocument();
|
||||
$extracontent = array();
|
||||
$extracontent['below_title'] = $this->getListRowPath($doc);
|
||||
$extracontent['below_title'] = $this->getListRowPath($document);
|
||||
$txt = $this->callHook('documentListItem', $document, $previewer, false, 'attributemgr', $extracontent);
|
||||
if(is_string($txt))
|
||||
echo $txt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user