Skip to content

Commit

Permalink
MDL-16428 - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poltawski committed Oct 9, 2008
1 parent 664428a commit bfeb5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -3447,7 +3447,7 @@ function set_login_session_preferences() {
// Restore the calendar filters, if saved
if (intval(get_user_preferences('calendar_persistflt', 0))) {
include_once($CFG->dirroot.'/calendar/lib.php');
calendar_set_filters_status(get_user_preferences('calendav_savedflt', 0xff));
calendar_set_filters_status(get_user_preferences('calendar_savedflt', 0xff));
}
}

Expand Down

0 comments on commit bfeb5ed

Please sign in to comment.