mirror of
https://github.com/nextcloud/passman.git
synced 2025-03-01 01:45:13 +08:00
Revert "Merge pull request #575 from Bubu/nc_16"
This reverts commit9e6673d32d
, reversing changes made to387bd3603c
.
This commit is contained in:
parent
71b64de033
commit
dba146fa3c
1 changed files with 8 additions and 1 deletions
|
@ -37,10 +37,17 @@ $manager->registerNotifier(function() {
|
|||
];
|
||||
});
|
||||
|
||||
$manager = \OC::$server->getActivityManager();
|
||||
$manager->registerExtension(function() {
|
||||
return new Activity(
|
||||
\OC::$server->getURLGenerator()
|
||||
);
|
||||
});
|
||||
|
||||
/**
|
||||
* Loading translations
|
||||
*
|
||||
* The string has to match the app's folder name
|
||||
*/
|
||||
Util::addTranslations('passman');
|
||||
\OCP\App::registerAdmin('passman', 'templates/admin.settings');
|
||||
\OCP\App::registerAdmin('passman', 'templates/admin.settings');
|
Loading…
Reference in a new issue