From 3fd8143ccd0039ac4fd033beb8e83d7e18a9238d Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 28 Feb 2013 12:41:16 +0000 Subject: bug 2852 fixed: ability to use HTML markup in album description for pwg.categories.add git-svn-id: http://piwigo.org/svn/trunk@21070 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/piwigo_remote.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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( -- cgit v1.2.3