diff --git a/modules/help_editor/php/edit_help_content.class.inc b/modules/help_editor/php/edit_help_content.class.inc index 2995bafc7c0..e24f5a1c495 100644 --- a/modules/help_editor/php/edit_help_content.class.inc +++ b/modules/help_editor/php/edit_help_content.class.inc @@ -25,7 +25,6 @@ namespace LORIS\help_editor; class Edit_Help_Content extends \NDB_Form { - var $indent = "    "; /** * Determine if user has permission to access this page * @@ -36,7 +35,7 @@ class Edit_Help_Content extends \NDB_Form // create user object $user = \User::singleton(); - // check user permissions + // check user permissions return $user->hasPermission('context_help'); } /**