mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-36211 fix log message typo
Credit goes to Dan Poltawski, thanks.
This commit is contained in:
parent
61c651c379
commit
5705796638
@ -613,7 +613,7 @@ class database_session extends session_stub {
|
||||
|
||||
// Finally read the full session data because we know we have the lock now.
|
||||
if (!$record = $this->database->get_record('sessions', array('id'=>$record->id))) {
|
||||
error_log('Can read session record');
|
||||
error_log('Cannot read session record');
|
||||
$this->failed = true;
|
||||
return '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user