mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-17038 formatting correction
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
This commit is contained in:
parent
995087b904
commit
6da155db35
@ -797,7 +797,9 @@ class auth_plugin_mnet extends auth_plugin_base {
|
||||
|
||||
$mnethostlogs = $DB->get_records_sql($mnethostlogssql, array($mnethostid, $mnet_request->response['last log id']));
|
||||
|
||||
if (false == $mnethostlogs) continue;
|
||||
if ($mnethostlogs == false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$processedlogs = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user