superfluous

This commit is contained in:
Arthur Schiwon 2016-08-11 16:42:37 +02:00 committed by Lukas Reschke
parent 10249f48f1
commit 6a35c7d124
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ if(\OC::$server->getConfig()->getSystemValue('updatechecker', true) === true) {
\OCP\Util::addScript('updatenotification', 'notification');
OC_Hook::connect('\OCP\Config', 'js', $updateChecker, 'getJavaScript');
}
\OC_App::registerAdmin('updatenotification', 'admin');
}
}