Skip to content

Commit 062be2f

Browse files
committed
The parameter for querying portal was wrong.
1 parent b1db741 commit 062be2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Supporting/FileMakerLayout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function buildScriptParameters($param)
147147
* specified in this parameter. If you want to include all portals, set it null or omit it.
148148
* Simple case is array('portal1', portal2'), and just includes two portals named 'portal1' and 'portal2'
149149
* in the query result. If you set the range of records to a portal, you have to build associated array as like:
150-
* array('portal1' => array('offset'=>1,'range'=>5), 'portal2' => null). The record 1 to 5 of portal1 include
150+
* array('portal1' => array('offset'=>1,'limit'=>5), 'portal2' => null). The record 1 to 5 of portal1 include
151151
* the query result, and also all records in portal2 do.
152152
* @param array $script scripts that should execute right timings.
153153
* The most understandable description is an associated array with API's keywords "script", "script.param",

0 commit comments

Comments
 (0)