OCP\JSON instead of OCP\User

remotes/origin/stable5
Lukas Reschke 2013-02-04 09:15:11 +07:00
parent 018c5f69c0
commit 8add89ced1
1 changed files with 1 additions and 1 deletions

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