Assembla home | Assembla project page
 

Changeset 225

Show
Ignore:
Timestamp:
04/13/08 00:57:51 (7 months ago)
Author:
Slynderdale
Message:

Fixed an annoyance where non-valid URLs returned an error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Url.php

    r221 r225  
    430430                       stripos($errstr, 'SSL operation failed with code') !== false || 
    431431                       stripos($errstr, 'unable to connect to') !== false) { 
    432                 $this->errorStatus = 'Request Failed'; 
    433432                return true; 
    434433            }