aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Articles.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-17 18:27:45 -0800
committerzotlabs <mike@macgirvin.com>2018-01-17 18:27:45 -0800
commit62e3083f23283d59c8e76c1bd8ccb2a07403551c (patch)
tree937a6a1f488e618d239ac4d05f1141debd0141a9 /Zotlabs/Module/Articles.php
parent05f9f0a393d7e414481f3e33e651d33f341e59b0 (diff)
parent647a9b2740f8b51c99909c7c059cad315b4661ba (diff)
downloadvolse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.gz
volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.bz2
volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Module/Articles.php')
-rw-r--r--Zotlabs/Module/Articles.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php
index 25daca81d..e2e0fed5d 100644
--- a/Zotlabs/Module/Articles.php
+++ b/Zotlabs/Module/Articles.php
@@ -35,7 +35,7 @@ class Articles extends \Zotlabs\Web\Controller {
return;
}
- nav_set_selected(t('Cards'));
+ nav_set_selected(t('Articles'));
head_add_link([
'rel' => 'alternate',
@@ -102,6 +102,7 @@ class Articles extends \Zotlabs\Web\Controller {
'permissions' => $channel_acl,
'showacl' => (($is_owner) ? true : false),
'visitor' => true,
+ 'body' => '[summary][/summary]',
'hide_location' => false,
'hide_voting' => false,
'profile_uid' => intval($owner),