mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixed two typos (in one line!) :-o
Testing changes before commit is always interesting... :-P Merged from MOODLE_15_STABLE
This commit is contained in:
parent
e616329b59
commit
f65329a64f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for session objects
|
// check for session objects
|
||||||
if (empty($info)) or empty($course_info)) {
|
if (empty($info) or empty($course_header)) {
|
||||||
error( 'important information missing from SESSION' );
|
error( 'important information missing from SESSION' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue