Skip to content

Commit

Permalink
Use the new 'dns' parameter for the Html Mime Viewer driver
Browse files Browse the repository at this point in the history
This is not a mandatory requirement, so not bumping Mime_Viewer version
dependency.
  • Loading branch information
slusarz committed Mar 5, 2015
1 parent d871d65 commit 6ebe84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/Core/Factory/MimeViewer.php
Expand Up @@ -95,6 +95,7 @@ public function getViewerConfig($type, $app)

case 'Html':
$params['browser'] = $GLOBALS['browser'];
$params['dns'] = $this->_injector->getInstance('Net_DNS2_Resolver');
$params['external_callback'] = array('Horde', 'externalUrl');
break;

Expand Down

0 comments on commit 6ebe84d

Please sign in to comment.