diff options
Diffstat (limited to '')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php index 2778a02d2..1be97c7c1 100644 --- a/profile.php +++ b/profile.php @@ -180,7 +180,7 @@ function save_profile_from_post($userdata, &$errors) array($data)); } - // update user "additional" informations (specific to PhpWebGallery) + // update user "additional" informations (specific to Piwigo) $fields = array( 'nb_image_line', 'nb_line_page', 'language', 'maxwidth', 'maxheight', 'expand', 'show_nb_comments', 'show_nb_hits', 'recent_period', 'template' |