From ec1aa9a7a617b1558dcd3d3a2363563f4d81478b Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 9 Jul 2008 13:54:14 +0000 Subject: The comment form only appears if you are logged in. git-svn-id: https://code.elgg.org/elgg/trunk@1360 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/comments/forms/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/comments/forms/edit.php') 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()) { ?> -- cgit v1.2.3