summaryrefslogtreecommitdiff
path: root/system/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-05-07 10:44:34 -0700
committerBharat Mediratta <bharat@menalto.com>2013-05-07 10:44:34 -0700
commitf59f1c03b8e69241095d8c708d6a42edf6ed2a55 (patch)
tree0ff420d9fe69f0ab0dc608be18a7bc4a50da759e /system/helpers
parent48f9595f7806796f955fa1c2c6a3f6f17b1ed9ad (diff)
parent0c2d2b25fa7eb738d0a7491a793b2539a2dc4721 (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.php2
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