summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index 2ded2837e..27a3a4bb0 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -37,7 +37,7 @@ class CI_Output {
var $_zlib_oc = FALSE;
var $_profiler_sections = array();
- function CI_Output()
+ function __construct()
{
$this->_zlib_oc = @ini_get('zlib.output_compression');