From 6ba826eb321ebeabb628f426ffc6c48525e1fb25 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Feb 2010 09:20:11 +0000 Subject: merge r4910 from branch 2.0 to trunk feature 967: optionnaly transmit the original filename to pwg.images.add. When transmitted, it fills the images.file column. git-svn-id: http://piwigo.org/svn/trunk@4911 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index cb2d4bc43..702ff769a 100644 --- a/ws.php +++ b/ws.php @@ -204,6 +204,7 @@ function ws_addDefaultMethods( $arr ) 'thumbnail_sum' => array(), 'high_sum' => array('default' => null), 'original_sum' => array(), + 'original_filename' => array('default' => null), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), -- cgit v1.2.3