mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-16286 remove additional reference to (now undefined) $sql
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
This commit is contained in:
parent
ae18d3e644
commit
f213ba93b9
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ class auth_plugin_mnet extends auth_plugin_base {
|
|||
$mnetsessions = $DB->get_records('mnet_session', array('userid' => $userid, 'useragent' => $useragent));
|
||||
|
||||
if (false == $mnetsessions) {
|
||||
$returnstring .= "Could find no remote sessions\n$sql\n";
|
||||
$returnstring .= "Could find no remote sessions\n";
|
||||
$mnetsessions = array();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue