mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-32117 equella: remove another unused global
This commit is contained in:
parent
e38919c070
commit
bf4b1698a5
@ -256,7 +256,7 @@ class repository_equella extends repository {
|
||||
* @return string
|
||||
*/
|
||||
private function getssotoken($readwrite = 'read') {
|
||||
global $USER, $COURSE;
|
||||
global $USER;
|
||||
|
||||
if( $readwrite == 'write' ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user