fix return value of method

remotes/origin/stable6
Georg Ehrke 12 years ago
parent 13e34649bf
commit 58c727a495
  1. 3
      lib/preview.php

@ -444,7 +444,8 @@ class Preview {
* @return void
*/
public function show() {
return $this->showPreview();
$this->showPreview();
return;
}
/**

Loading…
Cancel
Save