Skip to content
Snippets Groups Projects
Commit 19d4e6e1 authored by Florian Pritz's avatar Florian Pritz
Browse files

apps/bookmarks: remove unused variable


This is not needed anymore since commit
6b64aa3f.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 4a4e6eb0
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,5 @@ function getURLMetadata($url) {
@preg_match( "/<title>(.*)<\/title>/si", $page, $match );
$metadata['title'] = htmlspecialchars_decode(@$match[1]);
$meta = get_meta_tags($url);
return $metadata;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment