Skip to content

Commit e6b6180

Browse files
committed
set the preferences on the webId instead of #me#me
1 parent df844ac commit e6b6180

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/StorageServer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,13 @@ public static function generateDefaultPreferences() {
237237
@prefix : <#>.
238238
@prefix sp: <http://www.w3.org/ns/pim/space#>.
239239
@prefix dct: <http://purl.org/dc/terms/>.
240-
@prefix profile: <$webId>.
241240
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
242241
243242
<>
244243
a sp:ConfigurationFile;
245244
dct:title "Preferences file".
246245
247-
profile:me
246+
<$webId>
248247
a solid:Developer;
249248
solid:privateTypeIndex <privateTypeIndex.ttl>;
250249
solid:publicTypeIndex <publicTypeIndex.ttl>.

0 commit comments

Comments
 (0)