diff options
author | Tim Roes <mail@timroes.de> | 2012-04-12 22:23:09 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-04-16 19:42:49 +0200 |
commit | 28be31cd273e011d9c9b8ea7b7223497ec28ebd7 (patch) | |
tree | c5c9628d2e394764466011fa8b430a90d52bb5c9 | |
parent | 50da7978b031b566117cfe95fa7341d506207766 (diff) | |
download | rpg-28be31cd273e011d9c9b8ea7b7223497ec28ebd7.tar.gz rpg-28be31cd273e011d9c9b8ea7b7223497ec28ebd7.tar.bz2 |
Added page title to search results in Remote API
-rw-r--r-- | inc/RemoteAPICore.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 546832100..80deb7377 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -302,6 +302,7 @@ class RemoteAPICore { 'mtime' => filemtime($file), 'size' => filesize($file), 'snippet' => $snippet, + 'title' => p_get_first_heading($id) ); } return $pages; |