From 971cd573fc341bc07e09a911ccb086c262333c6e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 9 Jul 2012 07:35:45 +0100 Subject: [PATCH] Now passing back oldFileName to updateFileManager Allows for API calls now not using rightClickedFile --- lib/file-control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/file-control.php b/lib/file-control.php index 6805907..d649f54 100644 --- a/lib/file-control.php +++ b/lib/file-control.php @@ -71,7 +71,7 @@ if ($_GET['action']=="rename") { $fileName = substr($file,strrpos($file,"/")+1); $fileLoc = substr($file,0,strrpos($file,"/")); if ($fileLoc=="") {$fileLoc = "/";}; - echo ''; + echo ''; } else { if (!is_writable($_GET['oldFileName'])) { echo "";