Merged fixes from stable for MDL-7229 (opentogoogle capabilities)

This commit is contained in:
moodler 2006-10-26 14:55:45 +00:00
parent 63693fd835
commit 2f32eed1ea

View file

@ -579,6 +579,9 @@ $CFG->os = PHP_OS;
$USER = guest_user();
}
}
if (!empty($USER)) {
load_all_capabilities();
}
}
}