diff options
Diffstat (limited to 'files/ajax/move.php')
-rw-r--r-- | files/ajax/move.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/move.php b/files/ajax/move.php index 9af3f80208f..0ad314f873c 100644 --- a/files/ajax/move.php +++ b/files/ajax/move.php @@ -1,7 +1,7 @@ <?php // Init owncloud -require_once('../../lib/base.php'); + OC_JSON::checkLoggedIn(); |