Skip to content

Commit

Permalink
helper.php line 137
Browse files Browse the repository at this point in the history
  • Loading branch information
lebowski42 committed May 26, 2013
1 parent d3e73d9 commit 0f32acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function fetchAuthorsFromMetadata(){
if(!empty($creator) ) $this->addAuthor($creator,$creatorfullname);
}
// Authors from metadata
if(array_key_exists('contributor',$INFO['meta'])) $this->authors = array_merge($INFO['meta']['contributor'],$this->authors);
if(isset($INFO) && array_key_exists('contributor',$INFO['meta'])) $this->authors = array_merge($INFO['meta']['contributor'],$this->authors);
}

/**
Expand Down

0 comments on commit 0f32acf

Please sign in to comment.