droping OCP\Util

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
Maxence Lange 2021-05-21 12:14:47 -01:00
parent 04805b2e7f
commit 544eefa4ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
OCP\User::checkLoggedIn();
OC_Util::checkLoggedIn();
$tmpl = new OCP\Template('circles', 'files/list', '');
$tmpl->printPage();