foaf_user/commit

Fix path

authorJan Wielemaker
Mon Nov 8 17:07:38 2010 +0100
committerJan Wielemaker
Mon Nov 8 17:07:38 2010 +0100
commitb5bc906e11081c38961a0061f2cd78c55d713036
tree92caa00176ee0d1868dfe13f64614bde49db21e6
parent7d20ec6f27d3da550d87d1c9c10c93d3af5cef64
Diff style: patch stat
diff --git a/config-available/foaf_user.pl b/config-available/foaf_user.pl
index 57bf508..1f080d6 100644
--- a/config-available/foaf_user.pl
+++ b/config-available/foaf_user.pl
@@ -1,5 +1,5 @@
 :- module(conf_account, []).
-:- use_module(account(applications/foaf_user_profile)).
+:- use_module(foaf_user(applications/foaf_user_profile)).
 :- use_module(user(user_db)).
 :- use_module(cliopatria(hooks)).