diff options
-rw-r--r-- | mod/webpages.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index 121971b12..24d7b88b3 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -149,7 +149,6 @@ function webpages_content(&$a) { 'type' => 'webpage', 'title' => $rr['title'], 'body' => $rr['body'], - 'term' => $rr['term'], 'created' => $rr['created'], 'edited' => $rr['edited'], 'mimetype' => $rr['mimetype'], |