Fix typo in move error message
This commit is contained in:
parent
a9bab168f5
commit
470bab9c68
|
@ -14,7 +14,7 @@ $target = $_GET["target"];
|
|||
if(OC_Files::move($dir,$file,$target,$file)){
|
||||
OC_JSON::success(array("data" => array( "dir" => $dir, "files" => $file )));
|
||||
}else{
|
||||
OC_JSON::error(array("data" => array( "message" => "Could move $file" )));
|
||||
OC_JSON::error(array("data" => array( "message" => "Could not move $file" )));
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue