diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-05-07 10:44:34 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-05-07 10:44:34 -0700 |
commit | f59f1c03b8e69241095d8c708d6a42edf6ed2a55 (patch) | |
tree | 0ff420d9fe69f0ab0dc608be18a7bc4a50da759e /system/helpers | |
parent | 48f9595f7806796f955fa1c2c6a3f6f17b1ed9ad (diff) | |
parent | 0c2d2b25fa7eb738d0a7491a793b2539a2dc4721 (diff) |
Merge pull request #352 from rlerdorf/master
Fix a couple of small mistakes
Fixes #2066 and #2067
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/remote.php b/system/helpers/remote.php index d34899ec..e6edb9c5 100644 --- a/system/helpers/remote.php +++ b/system/helpers/remote.php @@ -11,7 +11,7 @@ class remote_Core { public static function status($url) { - if ( ! valid::url($url, 'http')) + if ( ! valid::url($url)) return FALSE; // Get the hostname and path |