mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-35476-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
74bf44284a
1 changed files with 1 additions and 1 deletions
|
@ -3049,7 +3049,7 @@ class assign {
|
|||
* @param int $userid - Optional userid so we can see if a different user can submit
|
||||
* @return bool
|
||||
*/
|
||||
private function submissions_open($userid = 0) {
|
||||
public function submissions_open($userid = 0) {
|
||||
global $USER;
|
||||
|
||||
if (!$userid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue