Skip to content

Commit

Permalink
We don't use the constant here, but the level name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 26, 2017
1 parent bbcbc26 commit 0a33ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Core/lib/Horde/Core/Factory/ActiveSyncServer.php
Expand Up @@ -27,8 +27,8 @@ public function create(Horde_Injector $injector)
// @todo Remove this BC level mapping for H6.
if (!empty($conf['activesync']['logging']['level'])) {
$level = ($conf['activesync']['logging']['level'] == Horde_ActiveSync_Wbxml::LOG_PROTOCOL)
? Horde_ActiveSync_Log_Logger::META
: Horde_ActiveSync_Log_Logger::CLIENT;
? 'META'
: 'CLIENT';
} else {
$level = null;
}
Expand Down

0 comments on commit 0a33ea6

Please sign in to comment.