diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/comments/forms/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/comments/forms/edit.php b/views/default/comments/forms/edit.php index 5f914d22e..cb1a65f6b 100644 --- a/views/default/comments/forms/edit.php +++ b/views/default/comments/forms/edit.php @@ -12,7 +12,7 @@ * @uses $vars['entity']
*/
- if (isset($vars['entity'])) {
+ if (isset($vars['entity']) && isloggedon()) {
?>
|