Changeset 2437
- Timestamp:
- 09/03/08 18:58:04 (3 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/system/classes/feedbackhandler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/system/classes/feedbackhandler.php
r2414 r2437 72 72 } 73 73 } 74 elseif ( $parsed['scheme'] !== 'http' && $parsed['scheme'] !== 'https') {74 if ( $parsed['is_pseudo'] || ( $parsed['scheme'] !== 'http' && $parsed['scheme'] !== 'https' ) ) { 75 75 // allow only http(s) URLs 76 76 $url = '';
