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:
stronk7 2005-06-09 16:34:09 +00:00
parent e616329b59
commit f65329a64f

View file

@ -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' );
}