aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/objects/class_http.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_http.cpp b/src/modules/objects/class_http.cpp
index c3dcc85ed..895329240 100644
--- a/src/modules/objects/class_http.cpp
+++ b/src/modules/objects/class_http.cpp
@@ -280,8 +280,8 @@ bool KviKvsObject_http::functionGet(KviKvsObjectFunctionCall *c)
CHECK_INTERNAL_POINTER(m_pHttp)
QString szPath,szDest;
KVSO_PARAMETERS_BEGIN(c)
- KVSO_PARAMETER("remote_path",KVS_PT_STRING,KVS_PF_OPTIONAL,szPath)
- KVSO_PARAMETER("local_filename",KVS_PT_STRING,0,szDest)
+ KVSO_PARAMETER("remote_path",KVS_PT_STRING,0,szPath)
+ KVSO_PARAMETER("local_filename",KVS_PT_STRING,KVS_PF_OPTIONAL,szDest)
KVSO_PARAMETERS_END(c)
QFile * pFile=0;