MDL-73233 course: Remove make_active() call
commit9261157cc30fb95f2c1b268d6dc55c87a1e8c7d8
authorSara Arjona <sara@moodle.com>
Mon, 28 Feb 2022 15:04:25 +0000 (28 16:04 +0100)
committerSara Arjona <sara@moodle.com>
Wed, 16 Mar 2022 10:35:09 +0000 (16 11:35 +0100)
treeead8582b41513d71203c19cc9985df91a8eec341
parent07f7da93cc813adea2018bb6c25d83f08da72eb0
MDL-73233 course: Remove make_active() call

When accessing to User grades and then to the grades from a
specific course, this call was causing several behat errors
because the dashboard node was not found.
The code causing this issue can be safely removed because it
isn't used (the current node is calculated a few lines below).
course/user.php