Skip to content

Commit 68d72e9

Browse files
authored
Merge pull request #16 from pdsinterop/fix/preferences-path
align profile with what we put in the pod by default
2 parents 9c4befd + b17140d commit 68d72e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Routes/SolidUserProfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function respondToProfile() {
3838
:me
3939
a schema:Person, foaf:Person;
4040
ldp:inbox inbox:;
41-
space:preferencesFile <{$user['storage']}settings/prefs.ttl>;
41+
space:preferencesFile <{$user['storage']}settings/preferences.ttl>;
4242
space:storage <{$user['storage']}>;
4343
solid:account <{$user['storage']}>;
4444
solid:oidcIssuer <{$user['issuer']}>;

0 commit comments

Comments
 (0)