mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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) {
|
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
|
// 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.
|
// half of the integer.
|
||||||
throw new \moodle_exception('Mixed environment.
|
throw new \moodle_exception('Mixed environment.' .
|
||||||
Key generated with a 64-bit machine but received into a 32-bit machine.');
|
' Key generated with a 64-bit machine but received into a 32-bit machine.');
|
||||||
}
|
}
|
||||||
$content['handlerid'] = $content['handlerid2'];
|
$content['handlerid'] = $content['handlerid2'];
|
||||||
$content['userid'] = $content['userid2'];
|
$content['userid'] = $content['userid2'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue