diff options
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 346d5bb..18940ff 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -14,7 +14,7 @@ - <?php $this->insert('edittopbar', ['art' => $art]) ?> + <?php $this->insert('edittopbar', ['art' => $art, 'user' => $user]) ?> <div id="workspace"> |