Skip to content

Commit

Permalink
create arc2 store as endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenmothersele committed Dec 5, 2011
1 parent 2259360 commit dabe746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/feeds_sparql_processor/FeedsSPARQLProcessor.inc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FeedsSPARQLProcessor extends FeedsProcessor {
}
*/
//$store = _sparql_init_store($store_name);
$store = sparql_get_store($store_name);
$store = sparql_get_store($store_name, SPARQL_ENDPOINT);
//watchdog('process', 'Store: <pre>'. print_r($store, TRUE) .'</pre>');

foreach ($items as $graph => $insert) {
Expand Down

0 comments on commit dabe746

Please sign in to comment.