Skip to content

Commit

Permalink
Fix typo from 6a3f081. Fix 47.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Mar 20, 2015
1 parent 6a3f081 commit 3d09b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Xodx/UserController.php
Expand Up @@ -237,7 +237,7 @@ public function getUser ($userUri = null)
$model = $bootstrap->getResource('model');

$query = 'PREFIX foaf: <http://xmlns.com/foaf/0.1/> ' . PHP_EOL;
$query = 'PREFIX sioc: <http://rdfs.org/sioc/ns#> ' . PHP_EOL;
$query.= 'PREFIX sioc: <http://rdfs.org/sioc/ns#> ' . PHP_EOL;
$query.= 'SELECT ?name ?person' . PHP_EOL;
$query.= 'WHERE {' . PHP_EOL;
$query.= ' <' . $userUri . '> foaf:accountName ?name ;' . PHP_EOL;
Expand Down

0 comments on commit 3d09b73

Please sign in to comment.