Diff of /moodle/lib/adminlib.php
Parent Directory
|
Revision Log
|
Patch
|
By nicolasconnault:
MDL-16486 Fixed mistyped function call
|
| 419 |
if (!$unittest) { |
if (!$unittest) { |
| 420 |
/// Set up the blank site - to be customized later at the end of install. |
/// Set up the blank site - to be customized later at the end of install. |
| 421 |
if (! $site = get_site()) { |
if (! $site = get_site()) { |
| 422 |
build_course_site(); |
build_site_course(); |
| 423 |
redirect('index.php?continuesetuptesttables='.$continuesetuptesttables); |
redirect('index.php?continuesetuptesttables='.$continuesetuptesttables); |
| 424 |
} |
} |
| 425 |
|
|
|
|
Legend:
| Removed from v.1.274 |
|
| changed lines |
| |
Added in v.1.275 |
|
|