Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
555424fc
Unverified
Commit
555424fc
authored
6 months ago
by
Amrita Deb Dutta
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #119 from nomisge/Remove-deprecation-4.5
Remove deprecated constant in moodle 4.5
parents
ef34c0ee
9b01e91d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/messages.php
+1
-1
1 addition, 1 deletion
db/messages.php
with
1 addition
and
1 deletion
db/messages.php
+
1
−
1
View file @
555424fc
...
...
@@ -31,7 +31,7 @@ $messageproviders = array (
'newquestion'
=>
array
(
'capability'
=>
'mod/pdfannotator:recievenewquestionnotifications'
,
// All capabilities.
'defaults'
=>
array
(
'popup'
=>
MESSAGE_PERMITTED
+
MESSAGE_DEFAULT_
LOGGEDIN
+
MESSAGE_DEFAULT_LOGGEDOFF
,
'popup'
=>
MESSAGE_PERMITTED
+
MESSAGE_DEFAULT_
ENABLED
,
'email'
=>
MESSAGE_PERMITTED
,
),
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment