Skip to content

Commit 3000282

Browse files
added require once
1 parent 5ca38fe commit 3000282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: homologene/homologene.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Jose Cruz-Toledo
2929
*/
3030

31-
require(__DIR__.'/../../php-lib/bio2rdfapi.php');
31+
require_once(__DIR__.'/../../php-lib/bio2rdfapi.php');
3232

3333
class HomologeneParser extends Bio2RDFizer{
3434

0 commit comments

Comments
 (0)