diff options
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 89e70b5ce..375cc5446 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -118,8 +118,10 @@ $n++; } - if (count($loaded_defaults)) + if (count($loaded_defaults)) { + $CONFIG->profile_using_custom = true; $profile_defaults = $loaded_defaults; + } $CONFIG->profile = trigger_plugin_hook('profile:fields', 'profile', NULL, $profile_defaults); } |