fix one canEdit

This commit is contained in:
Andrew Bauer 2020-12-08 14:36:19 -06:00
parent 69e540c104
commit 4e09a32836
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function reloadWindow() {
function manageFunctionModal(evt) {
evt.preventDefault();
if ( !canEditEvents ) {
if ( !canEdit.Events ) {
enoperm();
return;
}