Skip to content

Commit dba146f

Browse files
committed
Revert "Merge pull request #575 from Bubu/nc_16"
This reverts commit 9e6673d, reversing changes made to 387bd36.
1 parent 71b64de commit dba146f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appinfo/app.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,17 @@
3737
];
3838
});
3939

40+
$manager = \OC::$server->getActivityManager();
41+
$manager->registerExtension(function() {
42+
return new Activity(
43+
\OC::$server->getURLGenerator()
44+
);
45+
});
46+
4047
/**
4148
* Loading translations
4249
*
4350
* The string has to match the app's folder name
4451
*/
4552
Util::addTranslations('passman');
46-
\OCP\App::registerAdmin('passman', 'templates/admin.settings');
53+
\OCP\App::registerAdmin('passman', 'templates/admin.settings');

0 commit comments

Comments
 (0)