diff options
Diffstat (limited to 'apps/files/index.php')
-rwxr-xr-x | apps/files/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 180452593ab..2d3b0a13b25 100755 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -22,7 +22,7 @@ */ // Check if we are a user -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); // Load the files we need OCP\Util::addStyle( "files", "files" ); |