Skip to content

Commit

Permalink
Fix method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 6, 2014
1 parent c0e7b82 commit 44e848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Factory/MimeViewer.php
Expand Up @@ -168,7 +168,7 @@ public function getViewerConfig($type, $app)
public function getViewerCallback(Horde_Mime_Viewer_Base $viewer,
Horde_Mime_Part $mime, $type)
{
return $this->getViewer($mime, array('type' => $type));
return $this->create($mime, array('type' => $type));
}

/**
Expand Down

0 comments on commit 44e848c

Please sign in to comment.