summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Common.php')
-rw-r--r--system/core/Common.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index 851d4f34e..f3a1b5055 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -358,10 +358,7 @@ if ( ! function_exists('is_https'))
{
return TRUE;
}
- else
- {
- return FALSE;
- }
+ return FALSE;
}
}