diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 23:04:34 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 23:04:34 +0200 |
commit | 9565ea251daab076cdc89a5ce8fa409923e1eee8 (patch) | |
tree | dea2814b27990578f24a9432ea04e1cb0d53e049 /files/ajax | |
parent | ba246d3b27ca7a5de06e5674e9b562035d36eca0 (diff) | |
download | nextcloud-server-9565ea251daab076cdc89a5ce8fa409923e1eee8.tar.gz nextcloud-server-9565ea251daab076cdc89a5ce8fa409923e1eee8.zip |
Implement inline renaming of files
Still needs some ui love
Diffstat (limited to 'files/ajax')
-rw-r--r-- | files/ajax/rename.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/rename.php b/files/ajax/rename.php index 65763fceb94..7554aa0dd62 100644 --- a/files/ajax/rename.php +++ b/files/ajax/rename.php @@ -1,7 +1,7 @@ <?php // Init owncloud -require_once('../lib/base.php'); +require_once('../../lib/base.php'); // We send json data header( "Content-Type: application/jsonrequest" ); |