aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 10:04:45 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 10:04:45 +0000
commitee2606c7ae30b53d29f28154a4b7937297272d10 (patch)
treea17041394f1316bad9e54035c15c2d8ad902bf37 /mod
parent7d0d4a3f0dfbb660ed5dca7dd9c90888585aec1c (diff)
downloadelgg-ee2606c7ae30b53d29f28154a4b7937297272d10.tar.gz
elgg-ee2606c7ae30b53d29f28154a4b7937297272d10.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@2234 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/start.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 82dc80396..7f5ca3301 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -99,6 +99,8 @@
'website' => 'url',
);
+ // TODO: Have an admin interface which replaces the above with defaults from a database if present.
+
$CONFIG->profile = trigger_plugin_hook('profile:fields', 'profile', NULL, $profile_defaults);
}