Port categories dump header fix
[lhc/web/wiklou.git] / maintenance / dumpCategoriesAsRdf.php
index 282a04b..c1835d0 100644 (file)
@@ -96,7 +96,7 @@ class DumpCategoriesAsRdf extends Maintenance {
                if ( substr( $licenseUrl, 0, 2 ) == '//' ) {
                        $licenseUrl = 'https:' . $licenseUrl;
                }
-               $this->rdfWriter->about( wfExpandUrl( '/categoriesDump', PROTO_CANONICAL ) )
+               $this->rdfWriter->about( $this->categoriesRdf->getDumpURI() )
                        ->a( 'schema', 'Dataset' )
                        ->a( 'owl', 'Ontology' )
                        ->say( 'cc', 'license' )->is( $licenseUrl )