aboutsummaryrefslogtreecommitdiffstats
path: root/core/application.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-24 01:57:39 +0200
committerThomas Lange <code@nerdmind.de>2021-06-24 01:57:39 +0200
commitbf26d7b44035722f21b6af13c098f1bb2720eb63 (patch)
treec2d9f92a3a66d380c8902f8c51eefa65aa4d9b47 /core/application.php
parent40bd9ebb0fa5e566a8da1c8345259b1f922d9fec (diff)
downloadblog-bf26d7b44035722f21b6af13c098f1bb2720eb63.tar.gz
blog-bf26d7b44035722f21b6af13c098f1bb2720eb63.tar.xz
blog-bf26d7b44035722f21b6af13c098f1bb2720eb63.zip
Set Database attribute in Application class
Diffstat (limited to 'core/application.php')
-rw-r--r--core/application.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/application.php b/core/application.php
index e4c481f..21ab203 100644
--- a/core/application.php
+++ b/core/application.php
@@ -142,19 +142,6 @@ $Language = Application::getLanguage();
$Database = Application::getDatabase();
#===============================================================================
-# Set Database attributes
-#===============================================================================
-$Database->setAttribute(
- $Database::ATTR_DEFAULT_FETCH_MODE,
- $Database::FETCH_ASSOC
-);
-
-$Database->setAttribute(
- $Database::ATTR_ERRMODE,
- $Database::ERRMODE_EXCEPTION
-);
-
-#===============================================================================
# Check if "304 Not Modified" and ETag header should be sent
#===============================================================================
if(Application::get('CORE.SEND_304') === TRUE AND !defined('ADMINISTRATION')) {