diff options
Diffstat (limited to 'appinfo/app.php')
| -rwxr-xr-x | appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php index b3c2b46..c80d95b 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -10,4 +10,6 @@ OCP\App::addNavigationEntry( 'name' => 'Tomboy notes' ) ); +\OC_Search::registerProvider('OCA\Grauphel\Search\Provider'); +\OCP\Util::addscript('grauphel', 'loader'); ?> |
