Skip to content

Commit

Permalink
fix NC16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubu committed May 8, 2019
1 parent 9fd82ff commit f08bc74
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,10 @@
];
});

$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 f08bc74

Please sign in to comment.