diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-24 12:43:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-24 12:43:41 +0200 |
commit | da0875a01509ed8d6edf1b2326283de83b5fbacc (patch) | |
tree | b818d33a4cbdcca43e9a593658c9a5de54be9d18 | |
parent | 9894a7b2d05a2300255814e1e77a96bf6ac2058a (diff) | |
download | volse-hubzilla-da0875a01509ed8d6edf1b2326283de83b5fbacc.tar.gz volse-hubzilla-da0875a01509ed8d6edf1b2326283de83b5fbacc.tar.bz2 volse-hubzilla-da0875a01509ed8d6edf1b2326283de83b5fbacc.zip |
there is no key named term in this array
-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'], |