summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/rename.php
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-05-08 11:56:59 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-05-12 11:47:22 +0200
commitb777c0fd7501c59f0389c34303e98867e94cd20b (patch)
treecf413deb9fcc6b1879a28f7bd361ec3892192afa /apps/files/ajax/rename.php
parentb32c30b6d0aafbe65691068068a4647f852c574e (diff)
downloadnextcloud-server-b777c0fd7501c59f0389c34303e98867e94cd20b.tar.gz
nextcloud-server-b777c0fd7501c59f0389c34303e98867e94cd20b.zip
[files] rename lib to "App"
Diffstat (limited to 'apps/files/ajax/rename.php')
-rw-r--r--apps/files/ajax/rename.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/ajax/rename.php b/apps/files/ajax/rename.php
index f01932a73c3..d9ba68428ee 100644
--- a/apps/files/ajax/rename.php
+++ b/apps/files/ajax/rename.php
@@ -21,12 +21,12 @@
*
*/
-require_once realpath( dirname(__FILE__).'/../lib/files.php' );
+require_once realpath( dirname(__FILE__).'/../lib/app.php' );
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
-$files = new \OCA\Files\Files(
+$files = new \OCA\Files\App(
\OC\Files\Filesystem::getView(),
\OC_L10n::get('files')
);