Changeset 225
- Timestamp:
- 04/13/08 00:57:51 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Url.php
r221 r225 430 430 stripos($errstr, 'SSL operation failed with code') !== false || 431 431 stripos($errstr, 'unable to connect to') !== false) { 432 $this->errorStatus = 'Request Failed';433 432 return true; 434 433 }