diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 22:12:34 +0100 |
commit | fc56b60be55b4340d647d2017fdeb24b81eb84b6 (patch) | |
tree | bf4875de0115181549408f981804f19350b69b80 /app/view/templates/edit.php | |
parent | 42e89ac398bdf2a98167b0b71123c98e297b2130 (diff) | |
download | wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.tar.gz wcms-fc56b60be55b4340d647d2017fdeb24b81eb84b6.zip |
showeditmenu
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"> |