OCP\JSON instead of OCP\User

This commit is contained in:
Lukas Reschke 2013-02-04 09:15:11 +01:00
parent 018c5f69c0
commit 8add89ced1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
OCP\User::checkLoggedIn();
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
$files = $_REQUEST['files'];