Remove registered personal page

This commit is contained in:
Lukas Reschke 2016-08-04 14:09:30 +02:00 committed by GitHub
parent 2b76800d77
commit 131c8652bf
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
require_once __DIR__ . '/../3rdparty/vendor/autoload.php';
\OCP\App::registerAdmin('user_saml', 'admin');
\OCP\App::registerPersonal('user_saml', 'personal');
$urlGenerator = \OC::$server->getURLGenerator();
$config = \OC::$server->getConfig();