Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
d2de503c
Commit
d2de503c
authored
Mar 02, 2016
by
Marina Glancy
Browse files
MDL-50887 antivirus: clamav is standard plugin, missing strings
parent
03b8b55f
Changes
2
Hide whitespace changes
Inline
Side-by-side
lang/en/plugin.php
View file @
d2de503c
...
...
@@ -105,6 +105,8 @@ $string['status_upgrade'] = 'To be upgraded';
$string
[
'status_uptodate'
]
=
'Installed'
;
$string
[
'supportedmoodleversions'
]
=
'Supported Moodle versions'
;
$string
[
'systemname'
]
=
'Identifier'
;
$string
[
'type_antivirus'
]
=
'Antivirus plugin'
;
$string
[
'type_antivirus_plural'
]
=
'Antivirus plugins'
;
$string
[
'type_auth'
]
=
'Authentication method'
;
$string
[
'type_auth_plural'
]
=
'Authentication methods'
;
$string
[
'type_availability'
]
=
'Availability restriction'
;
...
...
lib/classes/plugin_manager.php
View file @
d2de503c
...
...
@@ -1684,6 +1684,10 @@ class core_plugin_manager {
$standard_plugins
=
array
(
'antivirus'
=>
array
(
'clamav'
),
'atto'
=>
array
(
'accessibilitychecker'
,
'accessibilityhelper'
,
'align'
,
'backcolor'
,
'bold'
,
'charmap'
,
'clear'
,
'collapse'
,
'emoticon'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment