Changeset 937
- Timestamp:
- 09/25/07 14:00:17 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcProcessor.php
r921 r937 91 91 $this->generateSmd($class); 92 92 } elseif ($this->request->getMethod() === 'post') { 93 } elseif ($this->request->getMethod() === 'post') {94 93 $this->processPostRequest(); 95 94 } else {
