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
721bddaa
Commit
721bddaa
authored
May 29, 2015
by
Aaron Wells
Browse files
Add log description to lib/db/upgrade.php block
Bug 1447377 Change-Id: Id0f64a6dc883f31de69595a05a321e2ec7ac1b09
parent
7aedf73b
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/db/upgrade.php
View file @
721bddaa
...
...
@@ -4067,6 +4067,7 @@ function xmldb_core_upgrade($oldversion=0) {
}
if
(
$oldversion
<
2015042800
)
{
log_debug
(
'Clear Dwoo cache of unescaped institution names'
);
require_once
(
get_config
(
'libroot'
)
.
'dwoo/dwoo/Dwoo/Core.php'
);
@
unlink
(
get_config
(
'dataroot'
)
.
'dwoo/compile/default'
.
get_config
(
'docroot'
)
.
'theme/raw/'
.
'templates/view/accesslistrow.tpl.d'
.
Dwoo_Core
::
RELEASE_TAG
.
'.php'
);
@
unlink
(
get_config
(
'dataroot'
)
.
'dwoo/compile/default'
.
get_config
(
'docroot'
)
.
'theme/raw/'
.
'templates/admin/users/accesslistitem.tpl.d'
.
Dwoo_Core
::
RELEASE_TAG
.
'.php'
);
...
...
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