diff --git a/inc/school.inc b/inc/school.inc --- a/inc/school.inc +++ b/inc/school.inc @@ -171,7 +171,7 @@ function school_load_guess($update_sessi $school = school_load($domain_school); if ($school) { - if ($update_sesssion) + if ($update_session) $_SESSION['school'] = $domain_school; return school_load($domain_school); }