MDL-32117 equella: remove another unused global

This commit is contained in:
Dan Poltawski 2012-06-04 14:51:46 +08:00
parent e38919c070
commit bf4b1698a5

View File

@ -256,7 +256,7 @@ class repository_equella extends repository {
* @return string
*/
private function getssotoken($readwrite = 'read') {
global $USER, $COURSE;
global $USER;
if( $readwrite == 'write' ) {