MDL-30999 whitespace fix
This commit is contained in:
@@ -413,7 +413,7 @@ abstract class grade_object {
|
||||
/**
|
||||
* Check grade object hidden status
|
||||
*
|
||||
* @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden.
|
||||
* @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden.
|
||||
*/
|
||||
function is_hiddenuntil() {
|
||||
return $this->hidden > 1;
|
||||
|
||||
Reference in New Issue
Block a user