diff options
-rw-r--r-- | apps/files_trashbin/ajax/undelete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/ajax/undelete.php b/apps/files_trashbin/ajax/undelete.php index 4b23e618a1d..ee1c64aaaf2 100644 --- a/apps/files_trashbin/ajax/undelete.php +++ b/apps/files_trashbin/ajax/undelete.php @@ -1,6 +1,6 @@ <?php -OCP\User::checkLoggedIn(); +OCP\JSON::checkLoggedIn(); OCP\JSON::callCheck(); $files = $_REQUEST['files']; |