Skip to content

Commit

Permalink
merge r12729 from branch 2.3 to trunk
Browse files Browse the repository at this point in the history
feature 2489 added: ability to update "file" info in pwg.images.setInfo


git-svn-id: http://piwigo.org/svn/trunk@12730 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Dec 13, 2011
1 parent b129ee5 commit 5bdba6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/ws_functions.inc.php
Expand Up @@ -2427,6 +2427,7 @@ function ws_images_setInfo($params, &$service)
$update = array();

$info_columns = array(
'file',
'name',
'author',
'comment',
Expand Down
1 change: 1 addition & 0 deletions ws.php
Expand Up @@ -376,6 +376,7 @@ function ws_addDefaultMethods( $arr )
array(
'image_id' => array(),

'file' => array('default' => null),
'name' => array('default' => null),
'author' => array('default' => null),
'date_creation' => array('default' => null),
Expand Down

0 comments on commit 5bdba6b

Please sign in to comment.