Skip to content
Snippets Groups Projects
Commit f255ac8b authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

make bookmarks bookmarklet work again, kudos to Victor Dubiniuk

parent 4b231c15
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,6 @@ OCP\User::checkLoggedIn(); ...@@ -28,6 +28,6 @@ OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('bookmarks'); OCP\App::checkAppEnabled('bookmarks');
require_once('bookmarksHelper.php'); require_once('bookmarksHelper.php');
addBookmark($_POST['url'], '', 'Read-Later'); addBookmark($_GET['url'], '', 'Read-Later');
include 'templates/addBm.php'; include 'templates/addBm.php';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment