Changeset 689 for trunk/phpbms/modules/api/include/apiclass.php
- Timestamp:
- 12/22/09 16:46:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/api/include/apiclass.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/api/include/apiclass.php
r645 r689 389 389 $methodName = $request["command"]; 390 390 391 $this->response[] = $processor->$methodName($request["data"] );391 $this->response[] = $processor->$methodName($request["data"], $this->options->useUuid); 392 392 393 393 }//endif … … 420 420 $methodName = $request["command"]; 421 421 422 $this->response[] = $processor->$methodName($request["data"] );422 $this->response[] = $processor->$methodName($request["data"], $this->options->useUuid); 423 423 424 424 }//endif