Problem with use 'moodle/legacy:student' in Moodle 2.0

Problem with use 'moodle/legacy:student' in Moodle 2.0

by Carol Lee -
Number of replies: 0

Hi all, I have a problem with 'moodle/legacy:student' in Moodle 2.0.

I use 

has_capability('moodle/legacy:student', $leme, $USER->id, false)

has_capability('moodle/legacy:teacher', $leme, $USER->id, false)

has_capability('moodle/legacy:editingteacher', $leme, $USER->id, false)

has_capability('moodle/legacy:admin', $leme, $USER->id, false)

but it doesn't work.

Please, help me fix it!

Average of ratings: -