Skip to content

Commit

Permalink
Don't attach logger to base split read object
Browse files Browse the repository at this point in the history
Bug #13463
  • Loading branch information
slusarz committed Sep 3, 2014
1 parent bd28a42 commit 664063d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/Core/lib/Horde/Core/Factory/Db.php
Expand Up @@ -142,6 +142,9 @@ protected function _createDb($config, $sig = null, $cache = true)
$this->_createDb(array_merge($config, $read_config), null, false),
$this->_createDb($config, null, false)
);

/* Don't attach logger to base split read object. */
$config['logger'] = true;
} else {
if (isset($config['adapter'])) {
$class = $this->_getDriverName($config['adapter'], 'Horde_Db_Adapter');
Expand Down

0 comments on commit 664063d

Please sign in to comment.