diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index a026a9d96..9dbf982f3 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -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;