From f7421e5789f6117ccab81ea53bf24d6cd77e95c7 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 17 Jan 2012 00:11:14 +0000 Subject: feature 2548 (multiple sizes): adapt the web API method pwg.images.add (used by pLoader, Digikam, Lightroom, iPhoto), pwg.images.checkFiles (pLoader only). The "resize" parameter was removed for pwg.images.add since this behavior becomes the default behavior in Piwigo 2.4. Just like pwg.images.addSimple, pwg.images.add now uses the add_uploaded_file function (next step is to merge pwg.images.add and pwg.images.addSimple) git-svn-id: http://piwigo.org/svn/trunk@12906 68402e56-0260-453c-a942-63ccdbb3a9ee --- ws.php | 1 - 1 file changed, 1 deletion(-) (limited to 'ws.php') diff --git a/ws.php b/ws.php index d42b8f828..d0b21addd 100644 --- a/ws.php +++ b/ws.php @@ -259,7 +259,6 @@ function ws_addDefaultMethods( $arr ) 'default' => 0, 'maxValue' => $conf['available_permission_levels'] ), - 'resize' => array('default' => false), 'check_uniqueness' => array('default' => true), ), 'POST method only. -- cgit v1.2.3