mirror of
https://github.com/splitbrain/dokuwiki-plugin-gallery.git
synced 2025-08-15 21:01:03 +00:00
remove duplicated line
Address @splitbrain 's comment on my booboo
This commit is contained in:
@ -151,7 +151,6 @@ class syntax_plugin_gallery extends DokuWiki_Syntax_Plugin {
|
||||
$R->doc .= $this->_gallery($data);
|
||||
return true;
|
||||
}elseif($mode == 'metadata'){
|
||||
$files = $this->_findimages($data);
|
||||
$rel = p_get_metadata($ID,'relation',METADATA_RENDER_USING_CACHE);
|
||||
$img = $rel['firstimage'];
|
||||
if(empty($img)){
|
||||
|
Reference in New Issue
Block a user