You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a backslash in line 54 in this file:
classes/notification.php
The line looks like this:
$a = new stdClass();
But should be this:
$a = new \stdClass();
Hi!
When i want to send a resource notification, moodle give the follow error:
"Exceção - Class 'local_resourcenotif\stdClass' not found"
I'm using the Theme "Edumy"
Can you help me to solve this?
Regards
The text was updated successfully, but these errors were encountered: