there is no key named term in this array
This commit is contained in:
parent
9894a7b2d0
commit
da0875a015
@ -149,7 +149,6 @@ function webpages_content(&$a) {
|
|||||||
'type' => 'webpage',
|
'type' => 'webpage',
|
||||||
'title' => $rr['title'],
|
'title' => $rr['title'],
|
||||||
'body' => $rr['body'],
|
'body' => $rr['body'],
|
||||||
'term' => $rr['term'],
|
|
||||||
'created' => $rr['created'],
|
'created' => $rr['created'],
|
||||||
'edited' => $rr['edited'],
|
'edited' => $rr['edited'],
|
||||||
'mimetype' => $rr['mimetype'],
|
'mimetype' => $rr['mimetype'],
|
||||||
|
Reference in New Issue
Block a user