aboutsummaryrefslogtreecommitdiff
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-24 08:54:35 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-24 08:54:35 +0200
commit2b5ff5d48b4ec80e0e0e18188689edefaeefe91d (patch)
tree48c56752ddba48451fb10bed7e463adf531d037d /appinfo/app.php
parent93298095b3c4455aa1a4c676d6e2f9915ca06caa (diff)
downloadgrauphel-2b5ff5d48b4ec80e0e0e18188689edefaeefe91d.tar.gz
grauphel-2b5ff5d48b4ec80e0e0e18188689edefaeefe91d.zip
Implement note search
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php2
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');
?>