diff options
author | plegall <plg@piwigo.org> | 2011-12-13 15:21:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-12-13 15:21:09 +0000 |
commit | ae9d066d3ab139e9ab242d6c7e93afda080f852d (patch) | |
tree | fa44c3753cf9c6ce4f709faed2377b4fa4a27ea1 /ws.php | |
parent | 9303b10de8b5f4ba87eb004d75033187dae7b386 (diff) |
feature 2489 added: ability to update "file" info in pwg.images.setInfo
git-svn-id: http://piwigo.org/svn/branches/2.3@12729 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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), |