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:
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
// check for session objects
|
||||
if (empty($info)) or empty($course_info)) {
|
||||
if (empty($info) or empty($course_header)) {
|
||||
error( 'important information missing from SESSION' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user