superfluous

This commit is contained in:
Arthur Schiwon 2016-08-11 16:42:37 +02:00
parent ce6ad5de25
commit e8ea67139b
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

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');
}
}