mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-48688-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
commit
668eb57895
1 changed files with 2 additions and 2 deletions
|
@ -325,8 +325,8 @@ class address_manager {
|
|||
if ($content['handlerid1'] > 0 || $content['userid1'] > 0 || $content['datavalue1'] > 0) {
|
||||
// Any 64-bit integer which is greater than the 32-bit integer size will have a non-zero value in the first
|
||||
// half of the integer.
|
||||
throw new \moodle_exception('Mixed environment.
|
||||
Key generated with a 64-bit machine but received into a 32-bit machine.');
|
||||
throw new \moodle_exception('Mixed environment.' .
|
||||
' Key generated with a 64-bit machine but received into a 32-bit machine.');
|
||||
}
|
||||
$content['handlerid'] = $content['handlerid2'];
|
||||
$content['userid'] = $content['userid2'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue