Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uninitialized variable warning when not using LTI.
Check that `$ce->{LTIVersion}` is defined and not empty before using it. This variable being initialized should ensure that the other LTI variables used here are also initialized.
- Loading branch information