str('show_changes'); if (!empty($show_changes)) { set_doku_pref('show_changes', $show_changes); $this->showType = $show_changes; } else { $this->showType = get_doku_pref('show_changes', 'both'); } } /** @inheritdoc */ public function tplContent() { global $INPUT; (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show(); } }