mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-64345-master' of https://github.com/s-cenni/MDL-64345
This commit is contained in:
commit
f68426d1fb
@ -2491,7 +2491,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
|
||||
$updatesql = "UPDATE {oauth2_issuer}
|
||||
SET image = :newimage
|
||||
WHERE image = :oldimage";
|
||||
WHERE " . $DB->sql_compare_text('image', 100). " = :oldimage";
|
||||
$params = [
|
||||
'newimage' => $newurl,
|
||||
'oldimage' => $oldurl
|
||||
|
Loading…
x
Reference in New Issue
Block a user