Skip to content

Commit cd003d3

Browse files
committed
typo
1 parent dbf10b3 commit cd003d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Thybag/Service/QueryObjectService.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ public function getCAML () {
259259
* Combine and return the raw CAML data for the request options
260260
* @return CAML Code (XML)
261261
*/
262-
public function getOptionsCAML () {
262+
public function getOptionCAML () {
263263

264264
$xml = '';
265-
265+
266266
// if fields are specified
267-
if(sizeof($this->fields) > 0){
267+
if(sizeof($this->fields) > 0) {
268268
$xml .= $this->api->viewFieldsXML($this->fields);
269269
}
270270

0 commit comments

Comments
 (0)