Merge branch 'MDL-64345-master' of https://github.com/s-cenni/MDL-64345
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user