diff options
Diffstat (limited to 'views/default/comments')
-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 cb1a65f6b..6a782bbe9 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']) && isloggedon()) {
+ if (isset($vars['entity']) && isloggedin()) {
?>
|