We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ae9de commit 4f9c3ddCopy full SHA for 4f9c3dd
Project/Sources/Classes/_GoogleBaseList.4dm
@@ -35,7 +35,7 @@ Function _getList($inPageToken : Text) : Boolean
35
var $URL : cs.URL:=cs.URL.new(This._internals._URL)
36
37
If (Length(String($inPageToken))>0)
38
- $URL.addQueryParameter("pageToken"; inPageToken)
+ $URL.addQueryParameter("pageToken"; $inPageToken)
39
End if
40
41
Super._throwErrors(False)
0 commit comments