diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index b5b9f67..a11f9e3 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -10,7 +10,7 @@ <?php $this->insert('hometopbar', ['user' => $user]) ?> -<?php if($user->canedit()) { ?> +<?php if($user->iseditor()) { ?> <section> |