mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-64345-master' of https://github.com/s-cenni/MDL-64345
This commit is contained in:
commit
f68426d1fb
1 changed files with 1 additions and 1 deletions
|
@ -2491,7 +2491,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||||
|
|
||||||
$updatesql = "UPDATE {oauth2_issuer}
|
$updatesql = "UPDATE {oauth2_issuer}
|
||||||
SET image = :newimage
|
SET image = :newimage
|
||||||
WHERE image = :oldimage";
|
WHERE " . $DB->sql_compare_text('image', 100). " = :oldimage";
|
||||||
$params = [
|
$params = [
|
||||||
'newimage' => $newurl,
|
'newimage' => $newurl,
|
||||||
'oldimage' => $oldurl
|
'oldimage' => $oldurl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue