We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b64de commit dba146fCopy full SHA for dba146f
1 file changed
appinfo/app.php
@@ -37,10 +37,17 @@
37
];
38
});
39
40
+$manager = \OC::$server->getActivityManager();
41
+$manager->registerExtension(function() {
42
+ return new Activity(
43
+ \OC::$server->getURLGenerator()
44
+ );
45
+});
46
+
47
/**
48
* Loading translations
49
*
50
* The string has to match the app's folder name
51
*/
52
Util::addTranslations('passman');
-\OCP\App::registerAdmin('passman', 'templates/admin.settings');
53
+\OCP\App::registerAdmin('passman', 'templates/admin.settings');
0 commit comments