Skip to content

Commit 4695917

Browse files
fixed bug in local file location
1 parent 8196327 commit 4695917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sabiork/sabiork.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function Run()
134134
$source_file = (new DataResource($this))
135135
->setURI("http://sabiork.h-its.org/sabioRestWebServices/searchKineticLaws/biopax")
136136
->setTitle("SABIO-RK Biochemical Reaction Kinetics Database")
137-
->setRetrievedDate( date ("Y-m-d\TG:i:s\Z", filemtime($lfile)))
137+
->setRetrievedDate( date ("Y-m-d\TG:i:s\Z", filemtime($odir.$ofile)))
138138
->setFormat("text/xml")
139139
->setPublisher("http://sabio.villa-bosch.de/")
140140
->setHomepage("http://sabio.villa-bosch.de/")

0 commit comments

Comments
 (0)