summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/appinfo
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-02-03 21:00:12 +0000
committerTom Needham <needham.thomas@gmail.com>2012-02-03 21:00:12 +0000
commitee88ded463b24a9b9cd8ba78a5df8657159eeef8 (patch)
treef9cf3de7600647e113f94271fb82377e737777b8 /apps/bookmarks/appinfo
parent0bbc9ade7d51c73b4bffc13f21fbab5561fd075c (diff)
downloadnextcloud-server-ee88ded463b24a9b9cd8ba78a5df8657159eeef8.tar.gz
nextcloud-server-ee88ded463b24a9b9cd8ba78a5df8657159eeef8.zip
more commenting out for debugging, added logging commands
Diffstat (limited to 'apps/bookmarks/appinfo')
-rw-r--r--apps/bookmarks/appinfo/app.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bookmarks/appinfo/app.php b/apps/bookmarks/appinfo/app.php
index 479d8ed4767..54812188418 100644
--- a/apps/bookmarks/appinfo/app.php
+++ b/apps/bookmarks/appinfo/app.php
@@ -17,3 +17,7 @@ OC_App::addNavigationEntry( array( 'id' => 'bookmarks_index', 'order' => 70, 'hr
OC_App::registerPersonal('bookmarks', 'settings');
require_once('apps/bookmarks/lib/search.php');
OC_Util::addScript('bookmarks','bookmarksearch');
+
+// Include the migration provider
+
+require_once('apps/bookmarks/lib/migrate.php'); \ No newline at end of file