mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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
|
* @param int $userid - Optional userid so we can see if a different user can submit
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
private function submissions_open($userid = 0) {
|
public function submissions_open($userid = 0) {
|
||||||
global $USER;
|
global $USER;
|
||||||
|
|
||||||
if (!$userid) {
|
if (!$userid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue