Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
Address @splitbrain 's comment on my booboo
  • Loading branch information
mprins committed Jan 13, 2014
1 parent 0424742 commit 299d6ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax.php
Expand Up @@ -151,7 +151,6 @@ function render($mode, &$R, $data){
$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)){
Expand Down

0 comments on commit 299d6ec

Please sign in to comment.