Changeset 5587
- Timestamp:
- 10/19/07 01:24:37 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMDB2RestPlugin/trunk/lib/MDB2RestClient.class.php
r5586 r5587 165 165 166 166 if (isset($results['error'])) { 167 throw new Exception($results ->error);167 throw new Exception($results['error']); 168 168 } else { 169 169 return $results;