Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 28, 2014
1 parent 0adb519 commit 8488593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imp/lib/Mime/Viewer/Images.php
Expand Up @@ -109,8 +109,8 @@ protected function _renderInline()
($this->_mimepart->getBytes() < $this->_conf['inlinesize'])) {
$showimg = $GLOBALS['injector']->getInstance('IMP_Images')->showInlineImage($this->getConfigParam('imp_contents'));
} else {
/* For mimp - allow rendering of attachments inline (on the
* view parts page). */
/* For minimal view - allow rendering of attachments inline
* (on the view parts page). */
$showimg = ($GLOBALS['registry']->getView() == Horde_Registry::VIEW_MINIMAL);
}

Expand Down

0 comments on commit 8488593

Please sign in to comment.