diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/user.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user.inc.php b/include/user.inc.php index 4b3dd13e8..83d86a6c7 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -78,6 +78,7 @@ if ($user['is_the_guest']) $user['recent_period'] = $conf['recent_period']; $user['expand'] = $conf['auto_expand']; $user['show_nb_comments'] = $conf['show_nb_comments']; + $user['enabled_high'] = $conf['newuser_default_enabled_high']; } // calculation of the number of picture to display per page |