Skip to content

Commit

Permalink
#1359 Update avatar settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Sep 7, 2015
1 parent bd108c3 commit ec94963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/class/luna_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1456,9 +1456,9 @@ public static function create_database($db_type, $db_host, $db_name, $db_usernam
'o_mailing_list' => $email,
'o_avatars' => $avatars,
'o_avatars_dir' => 'img/avatars',
'o_avatars_width' => 100,
'o_avatars_height' => 100,
'o_avatars_size' => 20480,
'o_avatars_width' => 128,
'o_avatars_height' => 128,
'o_avatars_size' => 30720,
'o_search_all_forums' => 1,
'o_base_url' => $base_url,
'o_admin_email' => $email,
Expand Down

0 comments on commit ec94963

Please sign in to comment.