mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
Fix typo in move error message
This commit is contained in:
+1
-1
@@ -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" )));
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user