From 0bef7fed5fa55af2899dc908857ee183d6f035da Mon Sep 17 00:00:00 2001
From: Jerenus <jun.zheng@insready.com>
Date: Mon, 7 Jan 2013 20:16:47 +0800
Subject: [PATCH] Issue #1882024 by Jerenus: Correct the order and the name of
 the variables in function services_views_retrieve.

---
 services_views.resource.inc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/services_views.resource.inc b/services_views.resource.inc
index 191917d..88e2b71 100755
--- a/services_views.resource.inc
+++ b/services_views.resource.inc
@@ -11,15 +11,15 @@
  *   String. The views name.
  * @param $display_id
  *   String (optional). The views display name.
+ * @param $args
+ *   Array (optional). A list of arguments to pass to the view.
  * @param $offset
  *   Integer (optional). An offset integer for paging.
  * @param $limit
  *   Integer (optional). A limit integer for paging.
- * @param $args
- *   Array (optional). A list of arguments to pass to the view.
  * @param $return_type
  *   String (optional). Whether to return the raw data results (FALSE), the entire views object ('view') or themed results ('theme').
- * @param $args
+ * @param $filters
  *   Array (optional). A list of exposed filters to pass to the view.
  *
  * @return
-- 
1.7.10.4

