Skip to content

Commit

Permalink
fix easyrdf graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed May 27, 2022
1 parent ce9e4d5 commit 6ab8d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid/lib/ServerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function setProfileData($userId, $profileData) {
$this->config->setUserValue($userId, "solid", "profileData", $profileData);

if ($this->userManager->userExists($userId)) {
$graph = new \EasyRdf_Graph();
$graph = new \EasyRdf\Graph();
$graph->parse($profileData, 'turtle');
$data = $graph->toRdfPhp();
$subject = $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.profile.handleGet", array("userId" => $userId, "path" => "/card"))) . "#me";
Expand Down

0 comments on commit 6ab8d7b

Please sign in to comment.