Skip to content

Commit

Permalink
small bug, prefix not set in query
Browse files Browse the repository at this point in the history
  • Loading branch information
langens-jonathan committed Sep 4, 2016
1 parent 62cb6f2 commit 59d5246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ private String getUserUUIDFromSession(String sessionID)
"where\n" +
"{\n" +
"<" + sessionID + "> <http://mu.semte.ch/vocabularies/session/account> ?user-uri .\n" +
"?user-uri mu:uuid ?user-uuid .\n" +
"?user-uri <http://mu.semte.ch/vocabularies/core/uuid> ?user-uuid .\n" +
"}";

try {
Expand Down

0 comments on commit 59d5246

Please sign in to comment.