diff options
Diffstat (limited to 'mod/webpages.php')
-rw-r--r-- | mod/webpages.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index 7dead3371..e04cbdc11 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -113,7 +113,8 @@ function webpages_content(&$a) { 'profile_uid' => intval($owner), 'mimetype' => $mimetype, 'layout' => $layout, - 'expanded' => true + 'expanded' => true, + 'novoting' => true ); if($_REQUEST['title']) @@ -149,7 +150,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'], |