Skip to content

Commit 6ab8d7b

Browse files
committed
fix easyrdf graph
1 parent ce9e4d5 commit 6ab8d7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/ServerConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function setProfileData($userId, $profileData) {
167167
$this->config->setUserValue($userId, "solid", "profileData", $profileData);
168168

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

0 commit comments

Comments
 (0)