always output a png

remotes/origin/ldap_group_count
Georg Ehrke 2014-03-14 11:14:09 +07:00
parent 6f96ab3e90
commit 0c3c75efd5
1 changed files with 1 additions and 1 deletions

@ -463,7 +463,7 @@ class Preview {
if (is_null($this->preview)) {
$this->getPreview();
}
$this->preview->show();
$this->preview->show('image/png');
return;
}