Skip to content
GitLab
Menu
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
8ce70af5
Commit
8ce70af5
authored
Jun 07, 2007
by
Penny Leach
Browse files
Fixes [#662] - double slash in install.xml path.
parent
43a16e7c
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/upgrade.php
View file @
8ce70af5
...
...
@@ -198,7 +198,7 @@ function check_upgrades($name=null) {
function
upgrade_core
(
$upgrade
)
{
global
$db
;
$location
=
get_config
(
'libroot'
)
.
'
/
db/'
;
$location
=
get_config
(
'libroot'
)
.
'db/'
;
db_begin
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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