mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
fix typo in boxlib library (renamefile)
This commit is contained in:
parent
dd0f962c21
commit
5ec4b6978c
@ -346,7 +346,7 @@ class boxclient {
|
||||
foreach ($data as $a) {
|
||||
switch ($a['tag']) {
|
||||
case 'STATUS':
|
||||
if ($a['value'] == 'e_rename_node') {
|
||||
if ($a['value'] == 's_rename_node') {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user