diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-29 21:36:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-29 21:36:53 +0200 |
commit | 310d1229010c14487eaeaa70541f9bf96c60627a (patch) | |
tree | 7762610ad0c691acc495f7b1edf576cff21c7739 /mod/webpages.php | |
parent | e56b8fdfaf0c7d4ad1d363639efac7863fe21f93 (diff) | |
download | volse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.tar.gz volse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.tar.bz2 volse-hubzilla-310d1229010c14487eaeaa70541f9bf96c60627a.zip |
disable voting in blocks, layouts and webpages
Diffstat (limited to 'mod/webpages.php')
-rw-r--r-- | mod/webpages.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index 24d7b88b3..859c93fde 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']) |