Skip to content
Snippets Groups Projects
Commit cffea787 authored by Tim Roes's avatar Tim Roes
Browse files

Added page title to search results in Remote API

parent bed6e6e5
No related branches found
No related tags found
No related merge requests found
......@@ -302,6 +302,7 @@ class RemoteAPICore {
'mtime' => filemtime($file),
'size' => filesize($file),
'snippet' => $snippet,
'title' => p_get_first_heading($id)
);
}
return $pages;
......
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