diff options
Diffstat (limited to '')
-rw-r--r-- | admin/cat_options.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_options.php b/admin/cat_options.php index ca07d37a3..810534f0b 100644 --- a/admin/cat_options.php +++ b/admin/cat_options.php @@ -128,7 +128,7 @@ UPDATE '.CATEGORIES_TABLE.' case 'representative' : { // theoretically, all categories in $_POST['cat_false'] contain at - // least one element, so PhpWebGallery can find a representant. + // least one element, so Piwigo can find a representant. set_random_representant($_POST['cat_false']); break; } |