Skip to content

Commit

Permalink
Revert "Merge pull request #575 from Bubu/nc_16"
Browse files Browse the repository at this point in the history
This reverts commit 9e6673d, reversing
changes made to 387bd36.
  • Loading branch information
newhinton committed May 13, 2019
1 parent 71b64de commit dba146f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,17 @@
];
});

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

0 comments on commit dba146f

Please sign in to comment.