diff options
Diffstat (limited to 'files/ajax/list.php')
-rw-r--r-- | files/ajax/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/list.php b/files/ajax/list.php index ec9ab7342dd..83914332a7d 100644 --- a/files/ajax/list.php +++ b/files/ajax/list.php @@ -4,7 +4,7 @@ $RUNTIME_APPTYPES=array('filesystem'); // Init owncloud -require_once('../../lib/base.php'); + OC_JSON::checkLoggedIn(); |