mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Override doc link for postgresql migration
This commit is contained in:
parent
391f527040
commit
faf2851fd9
@ -34,6 +34,9 @@
|
||||
|
||||
print_heading($strdbmigrate);
|
||||
|
||||
if ($CFG->dbtype == 'postgres7') {
|
||||
$CFG->pagepath = 'admin/utfdbmigrate/postgresql';
|
||||
}
|
||||
//if $confirm
|
||||
if ($confirm && confirm_sesskey()) {
|
||||
//do the real migration of db
|
||||
|
Loading…
x
Reference in New Issue
Block a user