Skip to content

Commit b5cef12

Browse files
Merge pull request #100 from alex-mashin/PROTOCOL
Provide a protocol to the link to ExportRDF
2 parents 15887ad + 70db151 commit b5cef12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonLDSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function setJsonLD( $title, $outputPage ) {
5252
'page' => $title->getFullText(),
5353
'recursive' => '1',
5454
'backlinks' => 0
55-
] );
55+
], false, PROTO_FALLBACK );
5656

5757
try {
5858
$foaf = new \EasyRdf\Graph( $export_url );

0 commit comments

Comments
 (0)