From ee2606c7ae30b53d29f28154a4b7937297272d10 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 13 Oct 2008 10:04:45 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@2234 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 ++ 1 file changed, 2 insertions(+) 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); } -- cgit v1.2.3