mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Use compact where possible in ForumController
This commit is contained in:
@@ -149,12 +149,7 @@ class ForumController extends BasePageController
|
||||
|
||||
$content = $this->smarty->fetch('post_edit.tpl');
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'content' => $content,
|
||||
'meta_title' => $meta_title,
|
||||
'meta_keywords' => $meta_keywords,
|
||||
'meta_description' => $meta_description,
|
||||
]
|
||||
compact('content', 'meta_title', 'meta_keywords', 'meta_description')
|
||||
);
|
||||
$this->pagerender();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user