foaf_user/commit

Depend on foaf

authorJan Wielemaker
Tue Nov 9 12:54:43 2010 +0100
committerJan Wielemaker
Tue Nov 9 12:54:43 2010 +0100
commit52c2e2a681e89aaaa31737a9c089791eac73110d
treedcc0340a51947a112c3999c986fa5df282523950
parentf745008b1570c0f5b010f906eae9c84c59282683
Diff style: patch stat
diff --git a/config-available/foaf_user.pl b/config-available/foaf_user.pl
index 1f080d6..1333e5b 100644
--- a/config-available/foaf_user.pl
+++ b/config-available/foaf_user.pl
@@ -1,4 +1,5 @@
-:- module(conf_account, []).
+:- module(conf_foaf_user, []).
+:- use_module(config_available(foaf)).
 :- use_module(foaf_user(applications/foaf_user_profile)).
 :- use_module(user(user_db)).
 :- use_module(cliopatria(hooks)).