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
mahara
mahara
Commits
56e8c344
Commit
56e8c344
authored
Mar 19, 2010
by
Richard Mansfield
Browse files
Install comment plugin in upgrade
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
e76d8b90
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
56e8c344
...
...
@@ -1400,6 +1400,10 @@ function xmldb_core_upgrade($oldversion=0) {
(author IS NOT NULL AND authorname IS NULL ) OR
(author IS NULL AND authorname IS NOT NULL)
)'
);
if
(
$data
=
check_upgrades
(
'artefact.comment'
))
{
upgrade_plugin
(
$data
);
}
}
return
$status
;
...
...
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