Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions modules/help_editor/php/edit_help_content.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -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');
}
/**
Expand Down