diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/piwigo_remote.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/piwigo_remote.pl b/tools/piwigo_remote.pl index 5cc9193e5..b8ddeff19 100644 --- a/tools/piwigo_remote.pl +++ b/tools/piwigo_remote.pl @@ -240,6 +240,7 @@ if ($opt{action} eq 'pwg.categories.add') { method => 'pwg.categories.add', name => $opt{define}{name}, parent => $opt{define}{parent}, + comment => $opt{define}{comment}, }; my $response = $ua->post( |