commit | 02545895c1c6551be3b167bcada171fe9423d443 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Feb 19 23:49:31 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Wed Feb 19 23:49:31 2014 +0200 |
tree | 5b20681d01f237602d45f93d06ec59c772f19569 | |
parent | e75255684d55fa075dcc7c03274c41201825d430 [diff] [blame] |
Add compatibility layer for array_column(), array_replace(), array_replace_recursive()
diff --git a/system/core/Common.php b/system/core/Common.php index c83d80a..7591cd7 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -587,7 +587,7 @@ if ($is_error) { set_status_header(500); - } + } // Should we ignore the error? We'll get the current error_reporting // level and add its bits with the severity bits to find out.