
mkroetzsch at svn
Oct 9, 2007, 5:12 AM
Post #1 of 1
(59 views)
Permalink
|
|
SVN: [26544] trunk/extensions/SemanticMediaWiki/specials/ExportRDF/ SMW_SpecialExportRDF.php
|
|
Revision: 26544 Author: mkroetzsch Date: 2007-10-09 12:12:02 +0000 (Tue, 09 Oct 2007) Log Message: ----------- fixed typo Modified Paths: -------------- trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php Modified: trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php =================================================================== --- trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php 2007-10-09 11:57:41 UTC (rev 26543) +++ trunk/extensions/SemanticMediaWiki/specials/ExportRDF/SMW_SpecialExportRDF.php 2007-10-09 12:12:02 UTC (rev 26544) @@ -735,7 +735,7 @@ // TODO check the type of the attribute pointed to, does it match? // Could lead to inconsistencies in the output -- and in the wiki? But this will // need to be dealt with as soon as people add subattribute semantics to the wiki - $supprop = $this->getExportTitle($property, SMW_NS_PROPERTY); + $supprop = $this->getExportTitleFromTitle($property, SMW_NS_PROPERTY); $this->post_ns_buffer .= "\t\t<$subprop_rel rdf:resource=\"" . $supprop->long_uri . "\"/>\n"; if (!array_key_exists($supprop->hashkey, $this->element_queue)) { $this->element_queue[$supprop->hashkey] = $supprop; _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists http://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|