aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editlayout.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-01 19:20:09 -0700
committerredmatrix <git@macgirvin.com>2016-05-01 19:20:09 -0700
commit23bb4e8e1546a8f8b3319e39172cf2fd17cb4139 (patch)
tree15b7ba8f607da56f7f84ab4d1039c4768069095d /Zotlabs/Module/Editlayout.php
parentcd518625bf561f1ed42db0b78030b74c32435136 (diff)
parentb4bf71dd0642e58fab6151e1df3c071d05650492 (diff)
downloadvolse-hubzilla-23bb4e8e1546a8f8b3319e39172cf2fd17cb4139.tar.gz
volse-hubzilla-23bb4e8e1546a8f8b3319e39172cf2fd17cb4139.tar.bz2
volse-hubzilla-23bb4e8e1546a8f8b3319e39172cf2fd17cb4139.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Editlayout.php')
-rw-r--r--Zotlabs/Module/Editlayout.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Module/Editlayout.php b/Zotlabs/Module/Editlayout.php
index 2d20de52d..c5b50235a 100644
--- a/Zotlabs/Module/Editlayout.php
+++ b/Zotlabs/Module/Editlayout.php
@@ -114,6 +114,9 @@ class Editlayout extends \Zotlabs\Web\Controller {
'hide_voting' => true,
'hide_future' => true,
'hide_expire' => true,
+ 'hide_location' => true,
+ 'hide_weblink' => true,
+ 'hide_attach' => true,
'hide_preview' => true,
'ptyp' => $itm[0]['obj_type'],
'body' => undo_post_tagging($itm[0]['body']),