diff options
-rw-r--r-- | mod/profile/start.php | 2 |
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); } |